Read up on some of Paul Graham's comments on java. I code java (he doesn't) and I for the most part agree with his quickie assessment. It's a good read:

http://www.paulgraham.com/javacover.html

Java is a language that sucks the life and soul out of you (queue rebuttal from sporty), a language to keep mediocre programmers from doing something dangerous (they bury, omit, or obfuscate powerful features and make what-should-be-the cool-things difficult -- RMI and JNI for instance), and quality programmers from doing something revolutionary. It's a business app language, basically, far from the academic, whiz-bang, or workhorse languages that we love for practical development. Java, essentially, is Cobolish.

Plus you, like I, probably have a job where you can't express creativity ... Java isn't designed by that. You use what Sun gives you, in a nice constrained space. Like VB. I think Perl programmers are drawn to Perl because of the power and fun it provides, and it's hard to find this in other languages. So I post on a Perl forum while I mostly code java. And I need to get out of cube farm ville, I hate it, but at least it payed for my $3000 mountain bike :)

Java is a fad. We only have to wait. Maybe more functional/creative languages will take over.


In reply to Re: Is it me, or is it the job? by flyingmoose
in thread Is it me, or is it the job? by rje

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.