2019-11-30 18:55:57 +01:00
|
|
|
Rakudo is an implementation of the Raku programming language.
|
2018-07-09 18:49:07 +02:00
|
|
|
|
2019-11-30 18:55:57 +01:00
|
|
|
Information on Raku can be found at https://raku.org/.
|
2018-07-09 18:49:07 +02:00
|
|
|
|
|
|
|
|
|
|
|
Optional Dependencies
|
|
|
|
|
2019-11-30 18:55:57 +01:00
|
|
|
Install the raku-Readline package or rlwrap to enable command line
|
|
|
|
editing in the Rakudo interpreter.
|
|
|
|
|
|
|
|
Install the zef package manager to manage your Raku modules.
|
2018-07-09 18:49:07 +02:00
|
|
|
|
|
|
|
By default, Rakudo is built with support for MoarVM. The JVM backend is
|
2019-11-30 18:55:57 +01:00
|
|
|
experimental and requires a recent JDK.
|
2018-07-09 18:49:07 +02:00
|
|
|
|
|
|
|
BACKENDS=moar,jvm ./rakudo.SlackBuild
|
|
|
|
|
|
|
|
Run the tests with:
|
|
|
|
|
|
|
|
MAKETEST=yes ./rakudo.SlackBuild
|