slackbuilds/development/nqp
David Spencer a12fdc952b development/nqp: Update download and homepage.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-04-28 06:40:10 +07:00
..
README
nqp.SlackBuild
nqp.info development/nqp: Update download and homepage. 2018-04-28 06:40:10 +07:00
slack-desc development/nqp: Fix slack-desc. 2016-11-14 16:47:23 +07: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.