nqp

Lightweight Raku-like environment for compiling to virtual machines

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight Raku-like environment for virtual machines

Commands

nqp

Examples

Run an NQP script file$ nqp script.nqp
Execute NQP code directly from command line$ nqp -e 'say "Hello, World!"'
Compile NQP code to bytecode$ nqp --target=bytecode -o output.moarvm script.nqp