I think there are a few flaws in the original assumptions.
First, the 'Perl losing ground compared to' idea. A mature, well spread language, with just over 20 years of active development cannot have the same growth rate of a new one. It has nothing to do with market share or with spread of usage.
It's the same concept as giving full numbers to your incremental releases, it has no actual meaning.

Second, the GUI example. Tk is a portable, custom-widget based Tool kit, while .NET uses the Windows controls API. You can use that same API in Perl and have the same flashy bling Windows users can't appear to live without. It doesn't apply to Tk, nor to Ruby's better support of Wx.
Perl has a good support of Gtk and others, but even with a great support of any portable Tool kit, Microsoft will always provide better support for their proprietary tools.

The final issue is "good looks sell". Buzzwords also sell. Claiming your technology is "Business-standard, Enterprise service oriented for rapid, practical development" sells. It doesn't make a technology better when your NT Java-based server farm crashes every other week for garbage-collection problems.
A few years ago, Perl was the hype for web-development, then it was J2EE and its ilk, now it's Python, PHP and, Rails, and actual numbers be damned. If in a few years it will be Erlang or something similar, should that mean that Perl 6 needs to eschew everything and become a concurrent, functional language?

Software speaks in tongues of man; I debug, therefore I code.
Stop saying 'script'. Stop saying 'line-noise'.


In reply to Re: Perl losing momentum ? by Erez
in thread Perl losing momentum ? by spurperl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.