mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
90da833747
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
19 lines
520 B
Text
19 lines
520 B
Text
Rakudo is an implementation of the Raku programming language.
|
|
|
|
Information on Raku can be found at https://raku.org/.
|
|
|
|
Optional dependencies:
|
|
|
|
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.
|
|
|
|
By default, Rakudo is built with support for MoarVM. The JVM backend is
|
|
experimental and requires a recent JDK.
|
|
|
|
BACKENDS=moar,jvm ./rakudo.SlackBuild
|
|
|
|
Run the tests with:
|
|
|
|
MAKETEST=yes ./rakudo.SlackBuild
|