Two things. First, it was stated very clearly from day one that the purpose of Perl 6 was to break backward compatibility in all the ways it needed breaking, so you should not be at all surprised ten years later that we're breaking backward compatibility.

Second, it is my belief (which may take twenty or thirty years to falsify but could be truified rather faster) that for every manager that does not use Perl 6 because it is not Perl 5, there will (eventually) be N managers who will use Perl 6 because it is not Perl 5, for some N greater than unity. If I didn't believe that, I wouldn't have spent the last decade pouring my heart and soul into it.

As for whether Perl 5 and Perl 6 are different languages, that's kinda silly; every new version of Perl is a different language. The only question is how different, and the answer to that is never 0% or 100%. On this, as on most issues, I am a flaming moderate, and do not appreciate arguments that ignore one half of the truth or the other. I'd rather see the whole truth.

And the other half of this truth is that people who have actually programmed in Perl 6 tend to report that it still feels very much like Perl on some fundamental level, regardless of the various syntax and semantic tweaks we've made. So it really depends on the meaning of that fuzzy term "Perl". As a linguist, I'm quite content to let definitions be fuzzy like that. :-)


In reply to Re^2: Reference in Perl 6 by TimToady
in thread Reference in 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.