A non-Perl colleague showed me the link to erikbern.com last week, so it seems to be doing the rounds. I find the analysis method very interesting; it didn't occur to me before seeing that blog post that you could model the situation as a Markov chain.

But the problem with this one, and in fact most other analyses about whether Perl is dead, is the input data. In this case, it's phrase searches on Google. Why only English? Why these phrases? How would you validate whether a page Google offers you is about a genuine software project documenting its transition from language X to Y, or just some dude in Wyoming who blogs about how he heard Scheme is so much better than Java? And so on! Although the analysis is interesting, I can't help but think garbage in, garbage out.

I was reading through my Perl Monks backlog a couple of weeks ago (having been away for a few years), and similar discussions have popped up regularly. I think it was BrowserUK who pointed out that the question is all about perceptions (but I should try to find the node and link to it). Indeed, without some serious statistical effort and funding, it's very hard to frame the question as anything but perceptions about a given programming language. Do perceptions matter? Of course they do, but you can't claim nobody uses a programming language anymore just because few people talk about it anymore.

Personally, I expect Python to suffer Perl's fate in the next decade. Go might take the mantle.


In reply to Re: Switching from lang X to Y by vrk
in thread Switching from lang X to Y by stevieb

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.