A lightweight Perl 6-like language for virtual machines
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, the JVM, and MoarVM).
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, the JVM, and MoarVM).
To install nqp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nqp
To see what files were installed by nqp, run:
port contents nqp
To later upgrade nqp, run:
sudo port selfupdate && sudo port upgrade nqp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.