In my first response, I deliberately stayed away from any technical comparisons because they can easily degenerate into subjective personal preference: "Perl looks like line noise", "I hate the Python whitespace rules", and so on. Often such statements are made by programmers who know one language much better than the other. Especially irritating is the claim by people who hardly know Perl that it's "unreadable" -- to which, I normally reply that Russian is "unreadable" if you don't know Russian.

Anyway, my subjective opinion, FWIW. Perl, Python and Ruby can be used to accomplish the same sort of tasks. I've used all three and found all three to be a delight to use. They all have their warts, of course, and a differing set of strengths and weaknesses. For fun, I created a couple of nodes (Five Ways to Reverse a String of Words (C#, Perl 5, Perl 6, Ruby, Haskell) and Yet Another Rosetta Code Problem (Perl, Ruby, Python, Haskell, ...)) showing the same program written in various languages. I genuinely like Perl, Python and Ruby, so I don't really want to comment further. To hear other folk's opinions, you could always google for "Perl versus Python" -- there's certainly no shortage of opinions out there. :-)


In reply to Re^4: Perl holds its own against Python Ruby et al by eyepopslikeamosquito
in thread Perl holds its own against Python Ruby et al by Gavin

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.