raku nqp:第八天– Adventures in NQP Land
第八天– Adventures in NQP Land
Configuration and build modules for NQP
https://github.com
Provide support modules for NQP and Rakudo Configure.pl scripts. Modules Provided. NQP::Config; NQP::Macros. SEE ALSO. NQP::Config module · Macro expansion ...
Future Backends for NQP and Raku?
https://www.reddit.com
One of the things I like about Raku, architecturally, is that it targets NQP which itself can target a number of backends.
MoarVM
https://www.moarvm.org
Short for Metamodel On A Runtime, MoarVM is a modern virtual machine built for the Rakudo compiler implementing the Raku Programming Language, and the NQP ...
nqp — Homebrew Formulae
https://formulae.brew.sh
brew install nqp. Lightweight Raku-like environment for virtual machines. https://github.com/Raku/nqp. License: Artistic-2.0. Formula JSON API: /api/formula/ ...
Raku Community
https://raku.org
NQP is a subset of Raku that is much smaller and simpler than Raku. Rakudo targets NQP. Then NQP targets various backend VMs like MoarVM, Javascript, and Java.
Raku Compilers
https://raku.org
NQP is a small subset of Raku used as a foundational tool to help write compilers (including Rakudo) and libraries. Historical Compilers. Niecza: Niecza is a ...
Rakunqp
https://github.com
To build NQP from source, you'll just need a make utility and Perl 5.8 or newer. To automatically obtain and build MoarVM you may also need a git client.
What are nqp, nqp-m
https://stackoverflow.com
moar is the vm (not very useful without a bytecode file); nqp is for NQP (Not Quite Perl6). Which is a small subset of Raku that is faster ...