I'm not involved enough to have an opinion about when/if Perl 6 will be ready for everyday use. But my impression from looking at some examples is that it's practically a different language. The jump from 4 to 5 included some major changes, but the language still looked pretty much the same, as I recall. Perl 6 code that I've seen doesn't look that much like Perl 5 code, except for retaining the sigils (to be fair, that may be because the examples tend to focus on things Perl 5 doesn't have). So I get the feeling that using it will mean learning a new language, to a large extent, rather than simply adding some new features to the one I already know.

There's nothing wrong with that -- the designers should do what they want, and !omelette unless $eggs->scrambled() and all that. But I don't know if I'll be any more likely to switch to Perl 6 than to switch to Ruby (to mention another language I don't know which is said to combine a lot of Perlish features with Smalltalk/Lisp ideas). I may very well switch to Perl 6 eventually and decide it's the best thing since sliced bread, but it certainly won't be an automatic thing.

Aaron B.
My Woefully Neglected Blog, where I occasionally mention Perl.


In reply to Re^8: Moose - my new religion by aaron_baugher
in thread Moose - my new religion by jdrago999

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.