mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
bf62be74b8
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
20 lines
520 B
Text
20 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
|