a very sore point ... my boss tried to look at Perl 6 ... documentation ... assumed that he was already fluent in Perl 5

P6 isn't ready for general consumption, and documentation is one of many reasons for that. That said, fwiw, I don't think p6doc (doc.perl6.org) assumes knowledge of P5 (beyond its existence).

http://doc.perl6.org/ - it feels to me like some automatically generated documentation that is not intended for human consumption. Maybe it is a good reference if you're looking for a concise description of how an operator works

Update: The CSS etc for doc.perl6.org has been improved to make it less ugly; perhaps it now looks intended for human consumption.

p6doc is intended to be the P6 equivalent of P5's perldoc. "I want p6doc and doc.perl6.org to become the No. 1 resource to consult when you want to know something about a Perl 6 type or routine (be it method, sub or operator)." -- Moritz, in the readme of the p6doc project.

it surely can't be intended as the starting point for getting in touch with Perl 6.

Right.

Imo the smart starting point is to join the IRC channel #perl6 on freenode, introduce yourself, and ask for pointers. If you can't or won't join #perl6, see my P6-documentation-for-contributors PerlMonks post for some alternate starting points.


In reply to Re^3: Basic Literacy for P6 Advocates by raiph
in thread A $dayjob Perl 6 program that runs 40x faster on the JVM than on Parrot by raiph

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.