mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
b8856d36b1
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
21 lines
555 B
Text
21 lines
555 B
Text
Rakudo Perl 6 is a production-ready, stable implementation of the Perl
|
|
6 programming language.
|
|
|
|
Information on Perl 6 can be found at https://www.perl6.org/.
|
|
|
|
Install the perl6-Readline package or rlwrap to enable command line
|
|
editing in the perl6 interpreter.
|
|
|
|
|
|
Optional Dependencies
|
|
|
|
Install the zef package manager to manage your Perl 6 modules.
|
|
|
|
By default, Rakudo is built with support for MoarVM. The JVM backend is
|
|
experimental and requires JDK 8.
|
|
|
|
BACKENDS=moar,jvm ./rakudo.SlackBuild
|
|
|
|
Run the tests with:
|
|
|
|
MAKETEST=yes ./rakudo.SlackBuild
|