diff options
| -rw-r--r-- | perl6.html.markdown | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/perl6.html.markdown b/perl6.html.markdown index 3bb87916..44ad333c 100644 --- a/perl6.html.markdown +++ b/perl6.html.markdown @@ -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. | 
