I think that this is actually a good thing.
To read the FAQ, one would come across a quote saying that perl, as it stands, cannot be reduced to BNF. This is what we in academics call a "bad thing"(tm).
Of course, this is similar to the arguments that make C++ "bad," which is not to say that it is bad, but that it could be "better."

If they rewrite perl from the ground up, they can plan the grammar and semantics to be more uniform and correct, which will only help the language in the long run, and guarantee it a place in future useage. Perl has also developed in ways that require the next development to sort of regroup and bring the code a bit more together.

The way I see it, perl is a great language, and Larry Wall hasn't done us wrong yet. This can only be a good thing. Besides this sort of thing happens often as the needs of programmers change. There is old Ada and Ada95, a hundred cousins of LISP, and so forth. Change is inevitable, and this can only make a good thing better.

Just Another Perl Backpacker

In reply to Re: Perl 6 by Nitsuj
in thread Perl 6 by Anonymous Monk

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.