For some reason, the Java mindset and Perl mindset collide frequently.

Could it be that they're both used for web programming (CGI vs. Servlets/JSP/EJB, et al)?

Next i suppose we will start debating about compilation vs. interpretation ... but i think it really boils down to personal taste.

Don't get the Java guys started ... They live in a doubly-glass house: not only is Java strongly typed (frequently necessitating lines and lines of code to do what can be done in Perl in several or less), but it is BOTH compiled AND interpreted (unless you run on a machine with byte-codes as its machine language, in which case it's still compiled).

Don't get me wrong; I LOVE Perl and Java. My philosophy is "whatever works"; sometimes perl makes sense, sometimes java, JSP or EJB (and sometimes even -- gasp! -- ASP). When any one makes as much sense as the next, then I tend to choose Perl, just because of the shortened development time. And in that (personal taste), I think we probably agree.

dmm


Just call me the Anti-Gates

In reply to Re: (3): Perl IS a programming language, right? by dmmiller2k
in thread Perl IS a programming language, right? by DaWolf

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.