I can appreciate most of this. I would disagree somewhat with development speed, but initial development speed, yea. It's not rails, or even perl frameworks the last time I used them.

You definitely can't compare it to things like Go nowadays, but it would take a lot to convince me you couldn't tune it to perform extremely well. I think things like Jersey really help cut down on code bloat, in comparison to things like Spring. Lots of companies (including mine) latch on to the "...and the kitchen sink" mantra and go with Spring when Jersey can do the job with half the code and dependencies.

I can't necessarily speak to garbage collection because my understanding is while it's improved in 8, it is still extremely ass compared to C# (which, we wouldn't be having this conversation if it had a better battle tested runtime on linux), but there are supposed to be good things coming in 9.

Anyway, I guess my main point with all this is that Java isn't this bloated beast everyone often thinks it is, and is at least very good middle ground for a solid, sturdy language choice that isn't going to have a lot of issues unless you make some really stupid architecture and development decisions.

Three thousand years of beautiful tradition, from Moses to Sandy Koufax, you're god damn right I'm living in the fucking past


In reply to Re^6: Can Perl do anything Java can do? by stonecolddevin
in thread Can Perl do anything Java can do? by MikeBraga

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.