= Raku = `raku(1)` is a scripting language. Conceptually and in terms of development team, it is the evolution of [[Perl|perl(1)]]. The reference and primary implementation of the `raku` language is [[Raku/Rakudo|rakudo(1)]]. <> ---- == Example == {{{ say "Hello, world"; }}} Execute this file by running: {{{ raku hello.raku }}} ---- == Toolchain == * [[Raku/Installation|Installation]] * [[Raku/Rakudo|rakudo]] * [[Raku/Zef|zef]] == Language == * [[Raku/Operators|Operators]] * [[Raku/Logic|Logic]] * [[Raku/StringInterpolation|String Interpolation]] * [[Raku/Types|Types]] ---- CategoryRicottone