it's never too early to start learning perl 6.

yes, the design phase of perl 6 has settled down quite a bit. as larry likes to say, "we're done with the first 80%, and well into the second 80%." at this point, language design changes usually occur in response to issues encountered when implementing the language; for example earlier this year some revisions were made to regexes (S05) which vastly simplified implementation by removing a number of special cases, and removing the need for the 'return' statetment in the regex engine.

the synopses are living documents, whereas apocalypses and exegeses are historical. the synopses are canonical; we base our tests and implementations on these documents, so they're a good resource for learning perl 6. there are other resources too, including tutorials, articles, wiki pages, and documentation, and i'll try to get some links for you soon.

building parrot is simple. releases are available on cpan, but we recommend getting the latest code from subversion since the pace of development is rapid. it's as easy as 'perl Configure.pl && make all test'. we don't recommend installing parrot at this time, but would appreciate any help we can get in making that process work better. building perl6 on parrot is just as easy: 'cd languages/perl6 && make all test'.

parrot has a glossary for many of these terms ('docs/glossary.pod',) but it's not up-to-date to include all those you mentioned.

~Particle *accelerates*


In reply to Re: Is it too early to get started using Perl 6? by particle
in thread Is it too early to get started using Perl 6? by flexo

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.