Could someone provide a link of material where to start with Perl 6? Also could someone point to real application already developed with Perl 6?

link|improve this question

35% accept rate
feedback

closed as not constructive by Will Feb 10 at 16:48

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

5 Answers

up vote 8 down vote accepted

Contrary to Zoran's assertion, dev.perl.org/perl6/ is out of date in many places.

I'd recommend the community-driven alternative instead: http://perl6.org/

The probably largest Perl 6 application today is the November wiki by Carl Mäsak and Johand Viklund: http://november-wiki.org/

If you already know some Perl 5, this is a good place to start: http://perlgeek.de/en/article/5-to-6

If you don't know Perl 5, your best bet is a Perl 6 book currently in development: http://github.com/perl6/book/ (go to the download section and pick the latest .pdf there).

link|improve this answer
feedback

Rakudo is the droid you're looking for. Rakudo is an almost completely working Perl 6 implementation, currently the best approach to Perl 6 you can get.

link|improve this answer
If you had a more extensive answer in mind, but withheld it because the question came from someone with a poor reputation, then please pretend that I asked the question instead. Otherwise, you're punishing others for one person's laziness or ignorance. – Rob Kennedy Dec 14 '09 at 9:50
Good point, but I don't have more information than is available on Rakudo.org, no. But I can be more specific, will add links to the subpages. :) – Pascal Dec 14 '09 at 10:06
feedback

This seems like a good place to start... http://dev.perl.org/perl6/

link|improve this answer
feedback

A nice resource (at time of writing) for people who already know Perl 5 is the Perl 6 Advent Calendar

link|improve this answer
feedback

Resources catalog is on perl6.cz - Parrot and Perl 6 links.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.