Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2023-08-27 18:17:59
Size: 567
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 3: Line 3:
`raku(1)` is a scripting language. Conceptually and in terms of development team, it is the evolution of [Perl|perl(1)]]. `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)]].
Line 30: Line 32:
 * [[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)