Samiksha Jaiswal (Editor)

Rakudo Perl 6

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Type
  
Perl 6 (v6.c) Compiler

Website
  
www.rakudo.org

License
  
Artistic License 2.0

Stable release
  
#109 "2017.03" / March 18, 2017; 4 days ago (2017-03-18)

Repository
  
github.com/rakudo/rakudo.git

Operating system
  
Linux, Windows, FreeBSD, OS X, NetBSD

Rakudo Perl is a Perl 6 compiler targeting MoarVM, and the Java Virtual Machine, that implements the Perl 6 specification. It is currently in active 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).

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 first major release of a distribution of both compiler and modules (named "Rakudo *" or "Rakudo Star") was released on July 29, 2010. The most recent release of Rakudo Star was made on October 23, 2016.

Name

The name "Rakudo" for the Perl 6 compiler was first suggested by Damian Conway. "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 that passes the official test suite could call itself “Perl 6”. There are currently several implementations at various levels of maturity, with only Rakudo implementing full Perl 6 and NQP for Perl 6 subset.

References

Rakudo Perl 6 Wikipedia