Which two books are they?

The only one I can find is Perl 6 and Parrot Essentials, Second Edition, unless you're including the first edition.

I've recently read the 2nd edition and liked it very much. Pretty much 1/3 Perl 6, 1/3 PASM, and 1/3 PIR, and about half of the two Parrot sections contain the standard reference for the opcodes for PASM and PIR. It seems it's intention is to pique your attention for Parrot as much as for Perl 6, and it almost made me want to take up PASM and do some pseudo-assembly work (reality check => Perl skills revision more important).

I like the changes being made for Perl 6. It's also clearly explained why Perl 6 programs will be shorter and easier to read (excluding purposeful obfuscation) and write than Perl 5. Some nifty tweaks and $foo.baa($baz) method calls, oh and a distinction between sub and method which helps you remember WTF that subroutine was really for. It looks like Perl 6 will be worth breaking backwards compatiblity, but it's Perl so you can use a Perl program to upgrade your old code.

I kind of want to get hold of the 1st edition and see how much it changed... the inclusion of Parrot most likely

PS: I have had some exposure to linguistic theory and formal methods so there was a lot of "between the lines" stuff that came through for me. Who said you don't learn anything from failing token philosophy papers.


In reply to Re: Perl 6 books ? by Bloodrage
in thread Perl 6 books ? by John M. Dlugosz

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.