summaryrefslogtreecommitdiffstats
path: root/development/nqp/README
diff options
context:
space:
mode:
author Shrivatsan V Sampathkumar <nastavs@gmail.com>2013-04-27 10:03:30 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2013-04-27 10:03:30 -0300
commita90ce4148bf4ba3228ad8e4cf7e67129da14b6aa (patch)
tree98d3c6a9b315c4071b6042d23a3e60680c6e2d5c /development/nqp/README
parent332687608b9d607edbbc4c6f6fa5793959cf790d (diff)
downloadslackbuilds-a90ce4148bf4ba3228ad8e4cf7e67129da14b6aa.tar.gz
slackbuilds-a90ce4148bf4ba3228ad8e4cf7e67129da14b6aa.tar.xz
development/nqp: Added (Not Quite Perl)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/nqp/README')
-rw-r--r--development/nqp/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/nqp/README b/development/nqp/README
new file mode 100644
index 0000000000..fc296a5983
--- /dev/null
+++ b/development/nqp/README
@@ -0,0 +1,9 @@
+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.