The Perl language has been my personal solitary respite from "the horrors of PHP," which forced me to (mechanically) change thousand of source-files in an existing application just to accommodate the apparently-arbitrary preferences of the language implementors – who, for example, "deprecated" a set of regular-expression functions only to re-introduce the exact same thing but with the parameters reversed. No, you Perl people really don't understand how good you have it to be able to say use DBI; or any other database-interface library of your personal choosing. And you certainly don't appreciate use Moose;!

The sheer brilliance of Perl is that it is actually minimalistic. But this also means that it is entirely dependent upon "its enormous and diverse CPAN." Nothing actually matters more than that one hundred percent of that library must run, precisely as it does now, and with no source-code modifications required. Because, (uniquely) in the Perl world, "CPAN is 'the language.'"

And that, of course, is exactly what the purveyors of the "Perl-6 stillbirth" never completely understood. Maybe now their successors will go back to their roots, and of course we're pleased to skip a digit if that's what it takes to get the improvements that we actually want ...


In reply to Re: Announcing Perl 7 by Anonymous Monk
in thread Announcing Perl 7 by marto

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.