Quote from Larry Wall's keynote on YAPC::Europe 2011:

Perl 6 is our best guess at what Perl 5 ought to evolve into if we had 50 years to do it.
(This is from a snapshot on flickr, thank you kawanet.)

I was not there, but I reckon this underlines what we have come to accept for some time now, that Perl 6 is not an upcoming bugfix release of Perl 5 but something rather different, and quite experimental in nature.

The emphasis on evolution, however, makes me wonder if we are likely to see certain changes in "traditional" Perl any time soon, that make it a better language by removing out-dated features such as bareword behaviour, obscure magic punctuation variables, and the like. A major version number increase might have sufficiently alerted programmers to cope with non-compatible changes, but since "6.*" is now taken, there seems to be no elegant route out of this nicely paint-surrounded corner.

I'd suggest to go for 5<<1 when it can't be 5+1 anymore. Welcome to Perl 10.

Perl 6 fans, don't get angry with me, your language will remain to be greater than that:

perl -le 'print "ok" if "Perl 6" gt "Perl 10"'


In reply to Next Big Step for Perl 5 by martin

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.