Differences between revisions 3 and 4
Revision 3 as of 2023-09-29 17:56:06
Size: 692
Comment:
Revision 4 as of 2023-09-29 17:56:18
Size: 692
Comment:
Deletions are marked like this. Additions are marked like this.
Line 32: Line 32:
 * [[Raku/Rakudo|Rakudo]]  * [[Raku/Rakudo|rakudo]]

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

Language


CategoryRicottone

Raku (last edited 2023-09-29 17:56:18 by DominicRicottone)