raku nqp:第八天– Adventures in NQP Land

第八天– Adventures in NQP Land

第八天– Adventures in NQP Land

NotQuitePerl(NQP).nqp是用于构建RakudoRaku编译器的中间语言。它的git仓库在这里。本文的其余部分是关于修改rakudo编译器中的nqp代码,其仓库地址在这里。。其他文章還包含有:「ConfigurationandbuildmodulesforNQP」、「FutureBackendsforNQPandRaku?」、「MoarVM」、「nqp—HomebrewFormulae」、「RakuCommunity」、「RakuCompilers」、「Rakunqp」、「Whatarenqp,nqp-m」

查看更多 離開網站

Provide From Google
Configuration and build modules for NQP
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 ...

Provide From Google
Future Backends for NQP and Raku?
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.

Provide From Google
MoarVM
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 ...

Provide From Google
nqp — Homebrew Formulae
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/ ...

Provide From Google
Raku Community
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.

Provide From Google
Raku Compilers
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 ...

Provide From Google
Rakunqp
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.

Provide From Google
What are nqp, nqp-m
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 ...