No, really, I don't want an identification division. The problem with identification division is it really puts a crimp in Perl's poetry, or in Cobalt poetry. How many poems can you start off identification division? One.

-- Larry Wall, cited in The Lighter Side of Perl Culture (Part V): Poetry

Of the over twenty programming languages I've used over the years, the two I dislike most are COBOL and PHP.

As indicated by Larry's quote above, writing poetry in COBOL is not fun. Ditto for playing golf. Though its English-like syntax should help in writing poetry, being developed by the US Department of Defense, and heavily used in business, finance and administration, puts a bit of a crimp on having fun. Having said that, Larry's quote above does appear to have provoked a COBOL poem!

grinder highlights COBOL's breathtaking verbosity in his classic A++:

use Cobol; PROCEDURE DIVISION ADD 1 TO A GIVING B MOVE B TO A

When forced to use COBOL on an IBM mainframe back in the 1980s, I remember being appalled by its oppressive verbosity ... and shocked to learn that there was no such thing as a local variable!

Though I enjoyed playing golf in PHP -- due to its many quirks, inconsistencies and bugs -- I was appalled by its seemingly random, ad hoc design (as detailed in the references below).

Oh, and I also hate seeing a "small" Unix shell script grow into a 5000-line, unmaintainable monster. To avoid this, write all non-trivial scripts in Perl to begin with.


In reply to Re: What programming language do you hate the most? by eyepopslikeamosquito
in thread What programming language do you hate the most? by choroba

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.