slackbuilds/development/nqp
dsomero 687c78d560 various: Fix SlackBuild formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:34:22 -05:00
..
README development/nqp: Added (Not Quite Perl) 2013-04-27 10:03:30 -03:00
nqp.SlackBuild various: Fix SlackBuild formatting and comment nit picks. 2013-11-22 02:34:22 -05:00
nqp.info various: Fix info formatting. 2013-11-22 02:25:13 -05:00
slack-desc development/nqp: Updated for version 2013.05. 2013-06-04 00:11:28 -05:00

README

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.