rakudo

Mature, production-ready implementation of the Raku programming language

brewmacoslinux
Try with needOr install directly
Source

About

Mature, production-ready implementation of the Raku language

Commands

rakurakudoraku-debug

Examples

Execute a Raku script file$ raku script.raku
Run Raku code directly from the command line$ raku -e 'say "Hello, World!"'
Install and use Raku modules with zef package manager$ zef install JSON::Fast && raku -e 'use JSON::Fast; say to-json({key => "value"})'