summaryrefslogtreecommitdiffstats
path: root/development/nqp/README
diff options
context:
space:
mode:
author Andreas Voegele2018-07-09 18:38:20 +0200
committer David Spencer2018-07-09 18:40:00 +0200
commitd877e3abdf6df848c09697a9c3d712317efcb1bc (patch)
treef0f8b68804828370e5c13f12ab258d652e89a2fd /development/nqp/README
parent220151815871b19af20616514fd53c61df63fca6 (diff)
downloadslackbuilds-d877e3abdf6df848c09697a9c3d712317efcb1bc.tar.gz
perl/nqp: Updated f/v 2018.06, moved from development/ + new maint.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/nqp/README')
-rw-r--r--development/nqp/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/development/nqp/README b/development/nqp/README
deleted file mode 100644
index fc296a5983..0000000000
--- a/development/nqp/README
+++ /dev/null
@@ -1,9 +0,0 @@
-This is "Not Quite Perl" -- a lightweight Perl 6-like environment
-for virtual machines. The key feature of NQP is that it's
-designed to be a very small environment (as compared with, say, perl6
-or Rakudo) and is focused on being a high-level way to create
-compilers and libraries for virtual machines (such as the Parrot
-Virtual Machine). Unlike a full-fledged implementation of Perl 6,
-NQP strives to have as small a runtime footprint as it can, while
-still providing a Perl 6 object model and regular expression engine
-for the virtual machine.