Rakudo: Difference between revisions

From Rosetta Code
Content added Content deleted
(Semantic links for implementation source languages. I didn't want to use the same link as we use in Template:Header, because we obviously don't show the source, or ask that people implement this page.)
(Added internal link to MoarVM)
 
(7 intermediate revisions by 4 users not shown)
Line 2: Line 2:
{{implementation|Perl 6}}
{{implementation|Perl 6}}


Rakudo is an implementation of Perl 6 on the [[runs on vm::Parrot Virtual Machine]].
Rakudo is a multi-platform implementation of Perl 6.


Rakudo is written in a combination of [[implemented in::Perl 6]], [[implemented in::NQP]] (Not Quite Perl; a Perl6-like simplified language) and [[implemented in::PIR]] (Parrot's native high-level assembler language).
Rakudo is written in a combination of [[implemented in language::Perl 6]] and [[implemented in language::NQP]] (Not Quite Perl; a Perl6-like simplified language). NQP currently runs on [[Parrot]], [[JVM]], and [[MoarVM]].


Home page: [http://rakudo.org/ rakudo.org]
Home page: [http://rakudo.org/ rakudo.org]

Latest revision as of 14:30, 29 April 2015

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Rakudo is an implementation of Perl 6. Other implementations of Perl 6.

Rakudo is a multi-platform implementation of Perl 6.

Rakudo is written in a combination of Perl 6 and NQP (Not Quite Perl; a Perl6-like simplified language). NQP currently runs on Parrot, JVM, and MoarVM.

Home page: rakudo.org