I thought of a few more while on the train. Go vote the other node I wrote up if you like this node, so I can rid myself of the "zomg he's point whoring!"

- Perl, mostly, by the nature of how things are compiled live from source, is more opensource than java. You CAN decompile java, but that's just an extra step and the decompilation isn't always pretty. I'm sure B::Deparse would do the same of a loaded module, but then, you can just vi that file :)

- java is less forgiving of dependencies missing. i.e. you can't compile something that's needed by your source code. In perl, it's harder to get an error due to some bad usage of a module. Autoloader can make for fun times w/ that. :)

- the various odd perl errors you get are findable in perldiag, where as java lacks such a mechanism.

- perl's documentation comes with perl. java, not so much :)

- java is backed more by money, where as perl is backed more by community, it seems. then you can get into the entire enterpriseness of both. guh, i hate that argument.

perl is just an acronym, java is an island and coffee. tell me the name isn't just cooler :) /hides


In reply to Re^3: A Perl vs. Java fight brews by exussum0
in thread A Perl vs. Java fight brews by Moron

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.