slackbuilds_ponce/perl/rakudo/README
Andreas Voegele bf62be74b8
perl/rakudo: Updated for version 2019.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-12-01 01:08:31 +07:00

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