DESCR 569 B

12345678910
  1. This is "Not Quite Perl" -- a lightweight Perl 6-like environment
  2. for virtual machines. The key feature of NQP is that it's designed
  3. to be a very small environment (as compared with, say, perl6 or
  4. Rakudo) and is focused on being a high-level way to create compilers
  5. and libraries for virtual machines (such as the Parrot Virtual
  6. Machine, the JVM, and MoarVM). Unlike a full-fledged implementation
  7. of Perl 6, NQP strives to have as small a runtime footprint as it
  8. can, while still providing a Perl 6 object model and regular
  9. expression engine for the virtual machine.