Hi BrowserUk

I fully understand your point and appreciate it, but I have to disagree. I admit that there are a couple of things that are still obscure to me among those that I have studied, but it is really very few.

One of the reasons for such difficulties is that the documentation available is still insufficient. The official documentation is rather good (although still a bit incomplete), but sometimes it is a bit terse and you (or I) would need some further explanations, such as what you would find in the Llama and the Camel book for Perl 5, not to speak of the numerous tutorials available for Perl 5. As an example, really understanding Perl 5 references and associated data structures took me some time, but the available articles helped a lot, understanding it from just the official Perl documentation might have been more difficult.

As a relatively early adopter of Perl 6, I know that it is a bit more complicated for me than it was twelve or thirteen years ago when I picked up Perl 5, because the documentation is much less abundant, but that's OK, I expected that, and I am spending quite a bit of free time trying to help produce better documentation for Perl 6 (well, mostly in French so far, but some in English to come out soon).

But, really, Perl 6 is implementing the DWIM principle just as Perl 5, it is not difficult, you just have to pass the barrier of the (relatively few) differences between the two versions of the language. It does take a bit of efforts, but no big deal, really.


In reply to Re^5: Elegantly map fizz to buzz by Laurent_R
in thread Elegantly map fizz to buzz by oiskuu

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.