Welcome back Mr. Nick!

i am glad that you are thrilled about Java. i myself did the opposite, i came to Perl from Java. Personally, i would pick Perl any day of the week - but we all know that the correct choice is the 'right tool for the job'.

My point is that i envy you, because even though i like Java, it tends to frustrate me, simply because there is usually a slicker way to do it in Perl. I came from a strong Object Oriented background, even though the department i graduated from treated C++ more like 'C with structs that just happen to be objects' than a true Object Oriented paradigm. Luckily, i had a great professor that showed me a little SmallTalk, and a another awesome professor that taught a Java elective course one summer. I fell in love with Java immediately.

Then i saw Perl.

Perl shattered every preconception i had about OO practices, in particular, the fact that some of those practices are more 'anal retentive' than they are productive.

merlyn once told me that programming in Java after grokking Perl is like riding a motorcycle with training wheels. Now i understand.

i guess my biggest gripe about Java is it is simply too wordy. Too many objects. Too many committees deciding what to call methods and which classes they belong. Don't get me wrong - i am not giving up on Java. i participate on JavaJunkies and i rather like seeing Sun moving in on Microsoft's pilliaged territory.

i just like Perl better ;)

jeffa minor grammar updates applied


In reply to (jeffa) Re: A peek at the other side or, Poof and He's Gone! by jeffa
in thread A peek at the other side or, Poof and He's Gone! by mr.nick

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.