Rakudo
Preview release | #57 "Perl"
/ October 18, 2012 |
---|---|
Repository | |
Operating system | Linux, Windows, FreeBSD |
Type | Compiler |
License | Artistic License 2.0 |
Website | www.rakudo.org |
Rakudo Perl is a client compiler for the Parrot virtual machine that implements the Perl 6 specification.[1] It is currently in development.
Originally developed within the Parrot project, the Rakudo source code repository was split from the project in February 2009 so that it could be developed independently, although there were still many dependencies at the time. Rakudo is written in C, Perl 6, and the lightweight Perl 6 implementation "NQP" (Not Quite Perl).[2]
The monthly releases are synchronized with the monthly releases of Parrot, but occur 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 October 2012, #57, is codenamed Tokyo.[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] The most recent release of Rakudo Star was made on October 29, 2012.[6]
Name
The name "Rakudo" for the Perl 6 on Parrot compiler was first suggested by Damian Conway.[7] "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.[8][9]
References
- ^ "Perl 6 Compilers". Retrieved 2010-03-01.
- ^ Michaud, Patrick (2011-06-14). "Rakudo architectural overview". Retrieved 2012-06-24.
- ^ Michaud, Patrick (27 February 2009). "Rakudo Perl development release #14 ("Vienna")". Retrieved 2009-02-27.
- ^ "Download Packages". Retrieved 2012-10-18.
- ^ Michaud, Patrick (29 July 2010). "Announce: Rakudo Star — a useful, usable, "early adopter" distribution of Perl 6". Retrieved 2012-01-12.
- ^ Michaud, Patrick (29 October 2012). "Rakudo Star 2012.10 released". Retrieved 2012-10-29.
- ^ Michaud, Patrick (16 January 2008). "The compiler formerly known as perl6". Retrieved 2009-02-27.
- ^ "Perl 6 Compilers". 24 June 2012. Retrieved 2012-06-24.
- ^ Lenz, Moritz (23 October 2009). "We write a Perl 6 book for you". Retrieved 2012-01-02.
External links
- Rakudo Perl website
- Perl 6 website
- Rakudo Perl git repository