Skip to content

Commit

Permalink
Refer to Rakudo as just “Rakudo”
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleks-Daniel Jakimenko-Aleksejev committed Oct 14, 2019
1 parent 95f69be commit 56fa7a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.markdown
@@ -1,9 +1,9 @@
# MoarVM

MoarVM (short for Metamodel On A Runtime Virtual Machine) is a runtime built
for the 6model object system. It is primarily aimed at running NQP and Rakudo
Perl 6, but should be able to serve as a backend for any compilers built using
the NQP compiler toolchain.
for the 6model object system. It is primarily aimed at running NQP and
Rakudo, but should be able to serve as a backend for any compilers
built using the NQP compiler toolchain.

## Get It
Either download it from [the MoarVM site](https://www.moarvm.org/) or clone it from GitHub:
Expand Down Expand Up @@ -51,8 +51,8 @@ will do all the work for you, including creating an `nqp-m`.
## Status

MoarVM is currently in development. It can run all of the NQP test suite, all
of the Rakudo sanity tests, and passes more spectests than any other Rakudo
Perl 6 backend (though some backends pass tests that it does not).
of the Rakudo sanity tests, and passes more spectests than any other
Rakudo backend (though some backends pass tests that it does not).

Unlike the JVM backend of NQP, the MoarVM repo is not currently planned to be
integrated into the main NQP source repo http://github.com/perl6/nqp but
Expand Down

0 comments on commit 56fa7a0

Please sign in to comment.