My brief exposure to Python came when I was called on to maintain a suite of programs written by someone else. It was a useful experience. I have respect for the language and the people who use it.

Now that I've paid my compliments, I have purchased the right to turn critical - (just kidding).

What's wrong with Python is the same as what's wrong with Perl. Not all of its advantages are always available all of the time - some features exclude others (like, nobody writing a one-liner on the command-line would regard significant whitespace to be a positive feature in that application; but, nobody likes trying to read a clutter of unfamiliar perlvars ).

So, I do think there was a slight unfairness to the article, if you don't mind considering the observation. In the earlier articles beagle, you folks said to Perl, "Be a square!", and then "Be a circle!", and behold, Perl was adaptable to being both. Then, in Warts..., I think you've said "Aha! but Perl cannot be a square and a circle at the same time!" (Which is true - but, I have heard rumors to the effect that Larry considers it a bug, if a circle cannot also be a square, and intends to do something about that!)
:-)

mkmcconn


In reply to Re: Re: Perl's warts by mkmcconn
in thread Perl's warts by grinder

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.