Description:
The thing about Perl 6 is: It's a work in progress. However, the end product--which may not be out for a couple of years--will represent such a foundation shift in the state of the Perl art that it's a good idea to keep up with advances in the development process as they occur. Perl 6 Essentials, which is intended to be reissued several times during Perl 6 development, aims to keep working Perl users informed of architectural decisions, feature additions, syntactic changes, and community developments as they occur. The idea is that if you keep up with the Perl 6 Essentials series, you'll be ready to go when the final release appears--if you're not inspired to join the development effort first. A jaded software developer, having seen too many insubstantial "advance" books rushed to press just so they can be the only books available on their topic for a while, might be suspicious of this book. Such suspicion is not borne out by the contents of Perl 6 Essentials, which are valuable. Though thin, this book is dense with information and well worth its modest cover price. The authors clearly explain what's new (so far) in Perl 6, and do an excellent job of explaining the new Parrot virtual machine architecture. There's extensive coverage of Parrot assembly language (PASM), more than enough for you to do some significant exploratory programming with it. The authors have a good sense of what Perl developers want to know about their future working environment, and satisfy that demand. --David Wall Topics covered: The state of the Perl 6 development effort through Apocalypse 6 (a development milestone) and the Parrot virtual machine through version 0.0.10. The most valuable coverage is of Parrot and its assembly language (PASM). Changes in Perl features and syntax get lots of attention, as well.
|