Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2023-08-27 14:47:36
Size: 542
Comment:
Revision 3 as of 2023-09-29 17:56:06
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]]
Line 37: Line 40:
 * [[Raku/Logic|Logic]]

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)