It's an interesting question. My first programming language was BASIC, which I just put in all caps because it's an acronym. Yet I've also see it called Basic. Similarly, I took FORTRAN (WATFIV/S, to be specific) at Waterloo, but no doubt it was called Fortran by some, without attracting too much attention.

But the Perl community seems to attract the kind of attention to detail gang that makes a big deal out of whether it's 'PERL', 'Perl' or 'perl'. When I type it on the command line, it's lower case, but that's because Unix/Linux is case sensitive; PERL and Perl aren't recognized, but I bet they are on Windows, which (I believe) is case insensitive. Because Perl is a programming language, and a proper name, it's OK to give it an initial cap, so 'Perl' it is. Yes, there's a ridiculous backcronym so the name could be capitalized as PERL; but in the end, the community has chosen *not* to capitalize the name in common usage.

My team lead is a big fan of Ruby, and since it's a programming language, I'd capitalize it, even though (I just tried this) it's 'ruby' at the Linux command line. (Cool! print 'foo!'; works!)

While there are pedants who descend like locusts on newbies and shriek about how wrong 'PERL' is, I think Perlmonks is relatively low-key about this -- they'll mention it, but it won't be the first thing in their reply.

I hope.

Alex / talexb / Toronto

"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds


In reply to Re: To Perl or not to PERL. by talexb
in thread To Perl or not to PERL. by jethro

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.