Community
- #perl6 IRC channel: system IRC client or connect in your browser
- #perl6 channel logs
- Mailing lists
- Perlfoundation Perl 6 wiki
- perl.net.au wiki
- Programmer's Heaven Wiki
- Planetsix blog aggregator covers the most important Perl 6 blogs
- Rakudo wiki
- rakudo.org Blog about Rakudo's progress
Specification
- Synopsis - official Perl 6 design documents
- STD.pm - official Perl 6 grammar
- Official test suite
- camelia.pdf - official Camelia PDF
- Incomplete "Perl 6 Rigorous Technical Specification"
Compilers
- Rakudo, a compiler based on Parrot.
- Elf, a bootstrapped compiler with Perl 5 and Lisp backends
- SMOP, a runtime library to represent Perl 6 objects.
- Pugs, a compiler written in Haskell
- Rakudo's setting library
- SMOP's setting library
- Elf's setting (lisp)
Documentation
- u4x, User-level documentation for Christmas
- Perl Tablets, a hypertext Perl 6 compendium with lots appendices
- Periodic table of Perl 6 operators
- "Perl 6 Programming" on Wikibooks
- Perl6::Doc, learn about Perl 6 in your shell via perldoc
- perl6-examples, lots of example programs written in Perl 6
Whatever
- proto, makes it easy to install programs written in Perl 6
- Inline::Rakudo, embedding Perl 6 code in Perl 5
- Padre::Plugin::Perl6, Perl 6 highlighting and code execution in Padre, the Perl IDE
- Perl 6 syntax highlighting for Vim