I do agree with you. But as far as my experience goes, I think that Perl is best for general programming, and if speed is an issue, C(++) should be used. But from within Perl, that would mean, writing most stuff in Perl itself, and use the speed-needing code in C, and link it to Perl with XS.

I've used lots of environments, Prolog, Pascal, C (a little), Mapper, Progress 4GL, REXX, but never found a language that suited for so many different tasks like Perl does.

I don't know anything about LISP, but I can't imagine that it would be worth learning if Perl speeds up my productivity as much as it does...

Jouke Visser, Perl 'Adept'

In reply to RE: Perl Superiority Replace All Langs, BLAH BLAH BLAh by Jouke
in thread JARTUP (Just Another Reason to Use Perl) by AgentM

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.