Rakudo

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 209.195.88.2 (talk) at 16:58, 20 May 2017 (Bump latest version). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Rakudo Perl
Stable release
#111 "2017.05" [1] / May 20, 2017; 6 years ago (2017-05-20)
Repository
Operating systemLinux, Windows, FreeBSD, OS X, NetBSD, OpenBSD
TypePerl 6 (v6.c) Compiler
LicenseArtistic License 2.0
Websitewww.rakudo.org

Rakudo Perl is a Perl 6 compiler targeting MoarVM, and the Java Virtual Machine, that implements the Perl 6 specification.[2] 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).[3]

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.[4] The most recent release of Rakudo Star was made on May 1, 2017.[5]

Name

The name "Rakudo" for the Perl 6 compiler was first suggested by Damian Conway.[6] "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.[2][7]

References

  1. ^ "Download Packages". Retrieved 2017-05-20.
  2. ^ a b "Perl 6 Compilers". Retrieved 2015-12-25.
  3. ^ Michaud, Patrick (2011-06-14). "Rakudo architectural overview". Retrieved 2012-06-24.
  4. ^ Linux Today (30 July 2010). "Announce: Rakudo Star — a useful, usable, "early adopter" distribution of Perl 6". Retrieved 2013-12-30.
  5. ^ Mynott, Steve (2017-05-01). "Announce: Rakudo Star Release 2017.04". Retrieved 2017-05-02.
  6. ^ O'Reilly FYI (21 August 2008). "The Mind of Damian Conway: Science, Computer Science, the Future of Perl 6, and Advice for Today's Aspiring Programmers". Retrieved 2013-12-30.
  7. ^ Lenz, Moritz (23 October 2009). "We write a Perl 6 book for you". Retrieved 2012-01-02.

External links