Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

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":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-29 02:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found