rakudo-star

Rakudo compiler and standard library for the Raku programming language

brewmacoslinux
Try with needOr install directly
Source

About

Rakudo compiler and commonly used packages

Commands

rakurakudoperl6

Examples

Execute a Raku script file$ raku script.raku
Run Raku code from command line$ raku -e 'say "Hello, World!"'
Start interactive REPL shell$ raku