The very flexible nature of Perl is both it's boon and it's bane when compared to Java. True, Perl might be better suited for small tasks and Java better for large projects. Type safety is a must when dealing with large teams of programmers (and have the nay-sayers even seen Class::Contract?) , but what most fail to understand is that once you strip away your frameworks, environments, and containers, what is left? Data munging. Perl is quite good at that, better than most.

The idea of a programming environment independent of language is quite appealing to me and others. They just don't want Perl to be allowed to play in the sandbox. What i don't get is, what is so threatening about Perl? Why not use C# or Java to contain Perl code? Sounds like a powerful combo to me, because both languages lack Perl's raw munging ability. Are there any other languages that provide autovivification besides Perl?

And on a sad note - i recently found myself in an argument with an old friend regarding C#. After he insulted me (and this site), i decided to end our 7 year friendship. Sad. I actually think he was simply trying to lure me into working with him at MicroSoft, but he chose to badger me instead of politely inquiring.

My lesson? Just say 'no thanks' and move on.

jeffa

L-LL-L--L-LL-L--L-LL-L--
-R--R-RR-R--R-RR-R--R-RR
F--F--F--F--F--F--F--F--
(the triplet paradiddle)

In reply to (jeffa) 3Re: Perl IS a programming language, right? by jeffa
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.