Ahem. Sorry something in my throat.

1. Subjective, ignored.

2. The regex engine in Perl has more features than the ones in Python, Ruby and Java - and is most likely faster and more robust due to how long it has been part a first-class part of the language. I've seen speed trials that are less than two years old against Python/Perl and Java/Perl. No evidence for Ruby. C++ is apples-and-oranges.

3. I think the speed in terms of development time of dealing with large files, is where the "fast" comes from. Perl was designed with processing text files in mind, every aspect of the language is geared for it. It has been doing it for a long time and is very good at it. Try recursively processing a directory tree of files in Java to make a histogram of the occurances of words. Now do it in Perl. You will see the difference.

4. CPAN. Enough said.

-Andrew.


Andrew Tomazos  |  andrew@tomazos.com  |  www.tomazos.com

In reply to Re^2: Perl rocks!!! by tomazos
in thread Perl rocks!!! by pg

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.