It appears that Perl6 is on its way to becoming a fairly nifty language, with lots of cool features. It would be great if there were some well written literature to go along with a complete implementation. I look forward to both.

Dave, thanks, but don't expect that here. My goal was merely as stated in the beginning. Getting started with working code for a complete program is a bit of a pain at the moment, so I give this simple real-world example to help one a Perl 5 programmer get started. I leave the in-depth explanations to others. I do agree that I could embellish the code with more comments and references to normative docs sources and will probably do so (after BrowserUK produces an improved version of my Perl 5 code).

This approach works for me, but if the consensus is my approach isn't useful to others, then I will remove it.

However, if the approach is found to be useful, I can expand it later to introduce classes and some other Perl 6 features. I also need to add in the introduction (per BrowserUK's comments) a few words on the benefits of Perl 6 over Perl 5.


In reply to Re^2: RFC: (DRAFT Tutorial) A Gentle Introduction to Perl 6 by u65
in thread RFC: (DRAFT Tutorial) A Gentle Introduction to Perl 6 by u65

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.