|
Perl 6
Documentation: Revision 7
^^ General docs
* [Glossary of Perl 6 Terms and Jargon]. * Official documentation ** http://feather.perl6.nl/syn ** "Perl 6 Synopses"<http://dev.perl.org/perl6/doc/synopsis.html> (This is the official Perl 6 specification, which supersedes the apocalypses and exegeses, and which is bundled with Perl 6 builds. The rapidly growing Perl 6 test base is another {very important, complementary, and emerging} part of the Perl 6 specification as well.) ** Other copies of the synopses: http://perlcabal.org/syn/ (has anchors for line numbers, eg "s09:1161"<http://perlcabal.org/syn/S09.html#line_1161>); http://svn.perl.org/perl6/doc/trunk/design/syn/ (the source) ** The synopses can be googled with the search box at the top of http://feather.perl6.nl/syn . ** Perl 6 Docs (<http://svn.perl.org/perl6/pugs/trunk/docs/>) ** Perl 6 Cookbook (<http://svn.perl.org/perl6/pugs/trunk/examples/cookbook/>) ** Perl 6 examples (<http://svn.perl.org/perl6/pugs/trunk/examples/>) ** Perl 6 tests, which can serve as additional examples (<http://svn.perl.org/perl6/pugs/trunk/t/>) ** Perl 6 FAQ, very limited, but has sections on captures and FUD (<http://svn.openfoundry.org/pugs/docs/Perl6/FAQ/>) * _*Other*_ Perl 6 Documentation ** Most of the information on getting started can be found on this "getting started"<http://svn.perl.org/perl6/pugs/trunk/docs/getting_started> page. You may also find the following links useful: *** Debian Linux (guide in "English"<http://dresden-pm.org/cgi-bin/twiki/view/PM/PugsFirstBloodEnglish>, "German"<http://dresden-pm.org/cgi-bin/twiki/view/PM/PugsFirstBlood>). *** "Ubuntu Linux"<http://www.nntp.perl.org/group/perl.perl6.users/36>. ** "Perl's Official Home Page"<http://www.perl.org/> (at perl.org) *** Perl 6 Development Info (<http://dev.perl.org/perl6/>) *** Perl 6 FAQ, a bit dated (<http://dev.perl.org/perl6/faq.html>) *** Who's Who in Perl 6, parrot, & Pugs (<http://dev.perl.org/perl6/people.html>) ** [Perl Table] an all in one Tutorial (Translation effort of "this German Tutorial"<http://wiki.perl-community.de/bin/view/Wissensbasis/PerlTafel>) ** "Another Perl 6 Wiki"<http://perl.net.au/wiki/Perl_6> (For a long time, the Perl 6 Wiki at perl.net.au was the best general introduction to Perl 6, and was a great point of departure to other Perl 6 resources around the web. It's still worth checking out.) ** "Perl 6 Users FAQ"<http://perl.net.au/wiki/Perl_6_Users_FAQ> (The initial large batch of text and links on this Wiki originally came from this FAQ. The folks there deserve much thanks for "Wikifying" my original ugly ASCII Perl 6 Users FAQ, which was compiled for the inaguration of perl.perl6.users.) ** Russian language "Perl 6 website"<http://perl6.ru/>. * Perl 6 Community Development Server (<http://feather.perl6.nl/>) ^^ Diagnostics * [Pugs Diagnostics] documents diagnostic messages generated by Pugs |