SlackBuildsOrg/perl/rakudo
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
rakudo.info perl/rakudo: Updated for version 2021.03 2021-03-27 08:57:08 +07:00
rakudo.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README perl/rakudo: Updated for version 2020.01. 2020-02-15 08:47:25 +07:00
slack-desc perl/rakudo: Updated for version 2019.11. 2019-12-01 01:08:31 +07:00

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