Skip to content

Instantly share code, notes, and snippets.

@perlpilot
Created November 20, 2009 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perlpilot/623d274e8b00e5bed6af to your computer and use it in GitHub Desktop.
Save perlpilot/623d274e8b00e5bed6af to your computer and use it in GitHub Desktop.
We want a Perl 6 book. We want it badly enough to write it ourselves. So that's
what we're doing: writing one.
Changes/additions to the book itself since the previous release on 2009-10-23:
* Lots of grammar and typo fixes
* Added relationship between Perl 6 and Perl 5 to preface
* avoid mojibake where possble
* Basics chapter
- created this chapter
- fleshed out some examples
- added some exercises
* Regex chapter
- added some text on subsitution and look-arounds
- added explanation of Match objects
- added character classes
* Grammar chapter
- added explanation of inheritance in Perl 6 grammars
- added explanation of grammar action methods
* Objects chapter
- added some exercises with answers
There have also been some changes to the support scripts and text for
the book. These include:
* added some sample scripts to be worked into various chapters
* add a release target for the Makefile
* update the release guide
*
You can download the preliminary PDF version of the book at
http://cloud.github.com/downloads/perl6/book/book-2009-11.pdf
Interested? Check out the git repository at <http://github.com/perl6/book>,
and join us in irc://freenode.net#perl6book.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment