nqp 2022.04
Not Quite Perl
This is "Not Quite Perl" -- a lightweight Raku-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, Rakudo) and is focused on being a high-level way to create compilers and libraries for virtual machines like MoarVM, the JVM, and others.
Unlike a full-fledged implementation of Raku, NQP strives to have as small a runtime footprint as it can, while still providing a Raku object model and regular expression engine for the virtual machine.
- Outputs:
out - Website: https://github.com/Raku/nqp
- Licenses: Artistic License 2.0
- Package source: gnu/packages/perl6.scm
- Builds: See build status
- Issues: See known issues
Installation
Install nqp 2022.04 as follows:
guix install nqp@2022.04
Or install the latest version:
guix install nqp
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.