I know, it sounds weird. I was thinking about this in a meeting today. My workplace (local government) is going online with it's jury selection system, and if you're selected, you can log in to a site and fill out the questionairre they normally give to you in the mail.

Anyway, this project is being coded in Java, which accesses an Oracle Dbase which really points to a bunch of records on a Clearpath Mainframe. Anyway, we have these meetings to sit through were we watch the developer code every nuance of the thing, and while he's busy messing with stupid little things like converting numbers to strings, then back again, I get this kind of correlation, which is admittedly biased and coming from a guy's perspective (so ladies, C and Java programmers, don't be offended).

If programming languages were like alcohol, C would be regular, good old domestic(US) beer. It doesn't exactly taste good (at first, anyway), but it's manly (the bragging rights that come with low-level programming) and it get's the job done.

Java is the import beer. This is for the techie who wants to be slightly more 'with it', as object-oriented is a buzz word and Java is 100% object-oriented. A couple of bells and whistles are thrown in so it isn't just normal beer. But what would happen if we switched these programmers' Java with C++? We set up a hidden camera to find out...

Now comes Perl, the mixed drink. It's electric blue, comes in a huge cup with peices of fruit and an umbrella in it. Looks pretty girly, huh? Well, it's easy going down (easy to work with), packs a mean punch that you wouldn't suspect, and only those comfortable with their masculinity (or programming skill) would dare drink one at a crowded club. Did I mention that people at work make fun of Perl?

So there you have it. I hope this doesn't get flamed...

Cheers,
Derek


In reply to Perl is the 'mixed drink' in the world of alcohol... by derek3000

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.