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