Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-25 16:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found