diff options
author | Andreas Voegele <andreas@andreasvoegele.com> | 2019-12-01 00:56:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-01 01:08:31 +0700 |
commit | c2d4efe1fda041a218adc81b03c9fcb77ea83bab (patch) | |
tree | a8d76410aeab611529d54ff614101405800ddec2 /perl/nqp/README | |
parent | bf62be74b806213aaa83341b87725b332ea8fd9f (diff) |
perl/nqp: Updated for version 2019.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/nqp/README')
-rw-r--r-- | perl/nqp/README | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/perl/nqp/README b/perl/nqp/README index 008b7d92fd..cc78d7c7a8 100644 --- a/perl/nqp/README +++ b/perl/nqp/README @@ -1,11 +1,8 @@ -NQP, short for "Not Quite Perl", is a lightweight Perl 6-like -environment for virtual machines. NQP is designed to be very small (as -compared with, say, perl6 or Rakudo) and is focused on being a -high-level way to create compilers and libraries for MoarVM, the JVM, -and others. +NQP, short for "Not Quite Perl", is a compiler toolchain for MoarVM, the +JVM, and others. By default, support for MoarVM is built. The JVM backend is experimental -and requires JDK 8. +and requires a recent JDK. BACKENDS=moar,jvm ./nqp.SlackBuild |