Raku
raku(1) is a scripting language. Conceptually and in terms of development team, it is the evolution of perl(1).
The reference and primary implementation of the raku language is rakudo(1).
Example
say "Hello, world";
Execute this file by running:
raku hello.raku
Toolchain