[About Python] particularly it doesn't need to run through any test suite
That's because Python is a much better language than Perl. All good coders program in Python, while the evil ones pick Perl. So, programs written in Python are bug-free by design (due to the excellent choices enforced by the mighty Guido), while programs written in Perl are mostly line-noise. Revisiting any part of your program makes it very likely that you will introduce a bug (one of the reasons for that is that Perl does too much behind your back). Hence all the tests coming with Perl modules. Not that it actually improves the quality of the delivered code - it's written by the same evil coder that wrote the module in the first place.

The only way to properly test a Perl module is to have a test script written in Python. But then it'll take so long to fix all the bugs, the entire thingy might as well have been written in the Holy Language in the first place.


In reply to Re: Why are other popular languages very different from Perl when installing libraries, e.g. no testing needed and no compilation of C/C++ code done by JavaFan
in thread Why are other popular languages very different from Perl when installing libraries, e.g. no testing needed and no compilation of C/C++ code done by hermida

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.