I write Perl, which is a Turing-complete and genuinely useful language. There is another language called PERL -- a johnny-come-lately with limited utility, suitable only for very small, insecure, and hard to maintain web "applications". I'm not sure, but I think the etymology of the name is similar to that of JavaScript (originally LiveWire, renamed ostensibly to take advantage of Java's early web marketing push). It seems that PERL is doing the same.

This has lead to a great deal of confusion for end-users and even developers. Not only are the differences in spelling very subtle, but the pronounciation is ostensibly the same. Witness a slew of books and articles on Learning PERL which promise to teach good programming style that is only available in Perl (PERL itself has no error reporting constructs, libraries, or even niceties such as the strict and warnings pragmata!).

Marketers are starting to take advantage of this confusion, as well. I recently read an article purporting to compare three web programming frameworks. To the uninitiated, this may be a condemnation of the Perl programming language. (As it is, the claims are technically correct when discussing PERL, which has not progressed much since 1993 or 1994.)

I propose that we find the developers and promoters of PERL and convince them to change the name of their programming too. PINP has a nice ring to it -- PERL Is Not Perl.


In reply to PERL Should Change Its Name by chromatic

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.