I give you a yes and a no. :)

From my experience with java, I never thought the words 'easy', or 'rapid'... :)

Easy? Oh yes. Doing things in java is indeed easy, and as the original poster pointed out, Sun has already written almost anything you need already, and it works on all platforms it is supposed to do. Compare that to the things on CPAN. :) Straightforward syntax, clean interfaces, logical structure, and everything an object. This is easy. You know what you have, and what it can do. Plus the docs for the java api are the best ones ever. Perldoc is close though.

Rapid? No, you are right. Java is in no way as rapid as perl. Perl is extremely rapid to work in, because it is a scripting language, you just write a few lines of code that says what you want done, and it has a functional interface, where lots of stuff is built in in function calls and even operators. Java is built around the foundation that everything is an object. That is all well and sound for some, but it doesn't make for rapidness when developing. On the other hand, you might win it back when it comes to maintenance and enhancements. Maybe.

So what do I mainly use? Perl. Always perl. Except when I need to do something complex, or socket/server stuff, or something multithreaded. Then I still turn to java. When those things work well and are easy to use in perl as well... what can I say? Perl is just so much more fun! :)


You have moved into a dark place.
It is pitch black. You are likely to be eaten by a grue.

In reply to Re: Re: Order in Perl chaos? by Dog and Pony
in thread Order in Perl chaos? by gildir

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.