Rakudo Perl 6
| Preview release | #49 "SPb" / February 23, 2012 |
|---|---|
| Operating system | Linux, Windows, FreeBSD |
| Type | Compiler |
| License | Artistic License 2.0 |
| Website | www.rakudo.org |
Rakudo Perl is a compiler that implements the Perl 6 specification and runs on the Parrot virtual machine.[1] Rakudo Perl is currently in development.
Originally developed within the Parrot project, its source code repository was split from that project in February 2009 so that it could be developed independently, though at that time there were still many dependencies. One goal is to rewrite methods using higher-level Perl 6 syntax, instead of Parrot intermediate representation (PIR), an assembly language. Rakudo Perl uses several different programming languages to implement the Perl 6 specification.[2]
The monthly releases are synchronized with the monthly releases of Parrot, but occurring two days later[3] so that Rakudo may implement changes necessitated by Parrot. Rakudo Perl #14 was released in February 2009, codenamed Vienna after the Perl mongers group that had sponsored one of its developers since April 2008. Subsequent releases have used codenames based on Perl mongers groups; the most recent release as of January 2012, #48, is codenamed Toronto.[4]
The first major release of a distribution of both compiler and modules (named "Rakudo *" or "Rakudo Star") was released on July 29, 2010.[5] After the January 2011 release, subsequent releases will be made every three months.[6] The most recent release of Rakudo Star was made on January 28, 2012.[7]
[edit] Name
The name "Rakudo" for the Perl 6 on Parrot compiler was first suggested by Damian Conway.[8] "Rakudo" is short for "Rakuda-dō" (with a long 'o'; 駱駝道), which is Japanese for "Way of the Camel". "Rakudo" (with a short 'o'; 楽土) also means "paradise" in Japanese.
The term "Rakudo Perl" was also chosen to distinguish between the name of a language implementation ("Rakudo") from the name of the language specification ("Perl 6"). To understand why, one must understand that Perl 6 is a specification and any implementation (Perl 6 Compilers) that passes the official test suite could call itself “Perl 6”. There are currently several implementations at various levels of maturity.[9][10]
[edit] References
- ^ "Perl 6 Compilers". http://www.perl6.org/compilers/. Retrieved 2010-03-01.
- ^ Lenz, Moritz (17 July 2009). "Rakudo architectural overview". http://perlgeek.de/blog-en/perl-6/rakudo-overview.html. Retrieved 2010-03-01.
- ^ Michaud, Patrick (27 February 2009). "Rakudo Perl development release #14 ("Vienna")". http://use.perl.org/~pmichaud/journal/38562. Retrieved 2009-02-27.
- ^ "Download Packages". https://github.com/rakudo/rakudo/downloads. Retrieved 2012-01-23.
- ^ Michaud, Patrick (29 July 2010). "Announce: Rakudo Star — a useful, usable, "early adopter" distribution of Perl 6". http://rakudo.org/2010/07/29/rakudo-star-2010-07/. Retrieved 2012-01-12.
- ^ Michaud, Patrick (28 January 2011). "Rakudo Star 2011.01 released". http://rakudo.org/2011/01/28/rakudo-star-2011-01-released/. Retrieved 2012-01-12.
- ^ Worthington, Jonathan (28 January 2012). "Rakudo Star 2012.01 released". http://rakudo.org/2012/01/28/rakudo-star-2012-01-released/. Retrieved 2012-01-28.
- ^ Michaud, Patrick (16 January 2008). "The compiler formerly known as perl6". http://use.perl.org/~pmichaud/journal/35400. Retrieved 2009-02-27.
- ^ "Using Perl 6" (PDF). 5 July 2011. http://cloud.github.com/downloads/perl6/book/2011.07.a4.pdf. Retrieved 2012-01-02.
- ^ Lenz, Moritz (23 October 2009). "We write a Perl 6 book for you". http://perlgeek.de/blog-en/perl-6/we-write-a-perl-6-book-for-you.html. Retrieved 2012-01-02.
[edit] External links
- Rakudo Perl website
- Rakudo Perl git repository