Mature, production-ready implementation of the Raku programming language
Mature, production-ready implementation of the Raku language
rakurakudoraku-debug$ raku script.raku$ raku -e 'say "Hello, World!"'$ zef install JSON::Fast && raku -e 'use JSON::Fast; say to-json({key => "value"})'