aboutsummaryrefslogtreecommitdiff
path: root/perl/nqp/README
diff options
context:
space:
mode:
authorAndreas Voegele <andreas@andreasvoegele.com>2018-07-09 17:38:20 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2018-07-09 17:40:00 +0100
commitd877e3abdf6df848c09697a9c3d712317efcb1bc (patch)
treef0f8b68804828370e5c13f12ab258d652e89a2fd /perl/nqp/README
parent220151815871b19af20616514fd53c61df63fca6 (diff)
perl/nqp: Updated f/v 2018.06, moved from development/ + new maint.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/nqp/README')
-rw-r--r--perl/nqp/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/perl/nqp/README b/perl/nqp/README
new file mode 100644
index 000000000000..008b7d92fd02
--- /dev/null
+++ b/perl/nqp/README
@@ -0,0 +1,14 @@
+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