1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 23:06:49 +02:00

Merge pull request #1062 from perlpilot/master

Add a link about parrot suspension
This commit is contained in:
ven
2015-06-26 07:58:10 +02:00

View File

@@ -7,10 +7,13 @@ contributors:
- ["Nami-Doc", "http://github.com/Nami-Doc"]
---
Perl 6 is a highly capable, feature-rich programming language made for the
upcoming hundred years.
Perl 6 is a highly capable, feature-rich programming language made for at
least the next hundred years.
Perl 6 runs on [the MoarVM](http://moarvm.com) and the JVM.
The primary Perl 6 compiler is called [Rakudo](http://rakudo.org), which runs on
the JVM and [the MoarVM](http://moarvm.com) and
[prior to March 2015](http://pmthium.com/2015/02/suspending-rakudo-parrot/),
[the Parrot VM](http://parrot.org/).
Meta-note : the triple pound signs are here to denote headlines,
double paragraphs, and single notes.