|
Perl 6
Perl 6 Links Tablet: Revision 14
"Overview"[Perl 6 Tablets] - _Chapter_: "0:Intr"[Perl 6 Intro Tablet], "1:Hist"[Perl 6 History Tablet], "2:Design"[Perl 6 Language Design Tablet], "3:Var"[Perl 6 Variable Tablet], "4:Op"[Perl 6 Operator Tablet], "5:IO"[Perl 6 IO Tablet], "6:{}"[Perl 6 Block Tablet], "7:Sub"[Perl 6 Subroutine Tablet], "8:OOP"[Perl 6 OOP Tablet], "9:Rx"[Perl 6 Regex Tablet] - _Appendices:_ "A:Index"[Perl 6 Index Tablet], "B:Tables"[Perl 6 Lookup Tablet], "C:Cook"[Perl 6 Cookbook Tablet], "D:Delta"[Perl 6 Delta Tablet], "E:Best of"[Best Of Perl 6 Tablet], *"F:Links"[Perl 6 Links Tablet]*
---- {toc: } ^^ Project Pages * "Perl6"<http://www.perl6.org/> official homepage (hosted by feather) * "feather"<http://perlcabal.org/>, development server (alias to http://feather.perl6.nl/ ) * "Perl 6 page on Perl central station aka perl.org"<http://www.perl.org/perl6/> * "Rakudo.org"<http://www.Rakudo.org> Rakudo, the Parrot Perl 6 compiler * "Parrot.org"<http://www.parrot.org> Parrot is a new VM with a lot of language interoperability * "Pugs"<http://dev.pugscode.org/> an experimental Perl 6 implementation written in Haskell ("mirror on perl.org"<http://www.pugscode.org> ) ^^ Downloads (sources, binaries): * "Download Parrot"<http://www.parrot.org/download> * "Download Rakudo"<http://rakudo.org/how-to-get-rakudo> * [Download Pugs] * "Debian Pugs pakage"<http://packages.debian.org/unstable/interpreters/pugs> by rafl ^^ CPAN: * "Perl6::* modules"<http://search.cpan.org/search?mode=all&query=perl6> backports of many Perl 6 features in Perl 5 * "Bundle::Perl6"<http://search.cpan.org/dist/Bundle-Perl6/> Pakage of all Perl 6 related Module (except Moose :)) * "p6doc"<http://search.cpan.org/dist/Perl6-Doc/> aka Perl6::Doc: a small command line viewer and many Perl 6 documents ^^ Docs * "Synopses"<http://dev.perl.org/perl6/doc/synopsis.html> current state of the language specification * "FAQ on Programmers Heaven"<http://www.programmersheaven.com/2/Perl6-FAQ> * "Perl6 Tutorial"<http://www.szabgab.com/talks/perl6/> by Gabor Szabo * "Manuscripts and overviews by John M. Dlugosz"<http://www.dlugosz.com/Perl6/> * "English Perl 6 materials by Moritz Lenz"<http://perlgeek.de/en/> (moritz - articles and blog section) * "What Is This Character Here"[WITCH] explaining single character * "doclist in this wiki"{link: [perl_6] online_documentation} ^^ Wikis: * "Wikibook Programming Perl 6"<http://en.wikibooks.org/wiki/Perl_6_Programming> * "November Wiki"<http://november-wiki.org/>, correct and simple beginner level conent, nicely linked * "Australian Wiki"<http://perl.net.au/wiki/Perl_6> about Perl6, with English tutorials * "unofficial Perl6 Wiki"<http://perl6.wikia.com> * "Parrot Wiki"<https://trac.parrot.org/parrot/wiki Parrot Wiki> * "hezky cesky"<http://perl6.cz> Czech Perl 6 Wiki ^^ more Info: * "Perl 6 Articles"<http://www.perl.com/pub/q/Article_Archive#Perl%206> on perl.com * http://perlcast.com/ also contains interviews with Larry and Audrey about Perl 6 * "Present Continous, Future Perfect"<http://wiki.osdc.org.il/index.php/Larry_Wall_-_Present_Continous%2C_Future_Perfect> address by Larry Wall at YAPC::Israel February 2006 about the state of Perl 6 * "CodeExamples"<http://svn.openfoundry.org/pugs/examples/> in the Pugs repository * "perl-6.de"<http://perl-6.de> German Perl 6 site run by Moritz Lenz ^^ News: * "planetsix"<http://planetsix.perl.org/> News Aggregator * "Parrot Blog"<http://www.parrotblog.org/> * "p6-summaries"<http://dev.perl.org/perl6/list-summaries/> Abbreviated reports of the latest discussions on the mailing lists (abandoned) * "mailing lists"<http://perl6.org/> ^^ IRC: * Perl6 IRC Channel: irc://irc.freenode.net/perl6 * "IRC Logs"<http://irclog.perlgeek.de/perl6/today> ---- "Overview"[Perl 6 Tablets] - _Chapter:_ "0:Intr"[Perl 6 Intro Tablet], "1:Hist"[Perl 6 History Tablet], "2:Design"[Perl 6 Language Design Tablet], "3:Var"[Perl 6 Variable Tablet], "4:Op"[Perl 6 Operator Tablet], "5:IO"[Perl 6 IO Tablet], "6:{}"[Perl 6 Block Tablet], "7:Sub"[Perl 6 Subroutine Tablet], "8:OOP"[Perl 6 OOP Tablet], "9:Rx"[Perl 6 Regex Tablet] - _Appendices:_ Appendices: "A:Index"[Perl 6 Index Tablet], "B:Tables"[Perl 6 Lookup Tablet], "C:Cook"[Perl 6 Cookbook Tablet], "D:Delta"[Perl 6 Delta Tablet], "E:Best of"[Best Of Perl 6 Tablet], *"F:Links"[Perl 6 Links Tablet]* ---- |