slackbuilds_ponce/perl/nqp
Andreas Voegele d1854ad310 perl/nqp: Fix VERSION.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-03-22 22:40:32 +07:00
..
nqp.info perl/nqp: Fix VERSION. 2019-03-22 22:40:32 +07:00
nqp.SlackBuild perl/nqp: Updated for version 2019.13. 2019-03-16 06:53:23 +07:00
README
slack-desc

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.

By default, support for MoarVM is built. The JVM backend is experimental
and requires JDK 8.

   BACKENDS=moar,jvm ./nqp.SlackBuild

Run the tests with:

   MAKETEST=yes ./nqp.SlackBuild