Sign inSign up

armhf/rakudo-star

By armhf

Updated over 9 years ago

Rakudo Perl 6, or simply Rakudo, is a compiler for the Perl 6 programming language.

0

660

armhf/rakudo-star repository overview

DEPRECATED

The armhf organization is deprecated in favor of the more-specific arm32v7 and arm32v6 organizations, as per https://github.com/docker-library/official-images#architectures-other-than-amd64. Please adjust your usages accordingly.

** THESE IMAGES ARE VERY EXPERIMENTAL; THEY ARE PROVIDED ON A BEST-EFFORT BASIS WHILE docker-library/official-images#2289 IS STILL IN-PROGRESS (which is the first step towards proper multiarch images) **

** PLEASE DO NOT USE THEM FOR IMPORTANT THINGS **

This image is built from the source of the official image of the same name (rakudo-star). Please see that image's description for links to the relevant Dockerfiles.

If you are curious about specifically how this image differs, see the Jenkins Groovy DSL scripts in the tianon/jenkins-groovy GitHub repository, which are responsible for creating the Jenkins jobs which build them.

Quick reference

What is Rakudo Star?

Rakudo Star is a Perl 6 distribution designed for use by early adopters of the language. It includes a virtual machine (the JVM or MoarVM), the Rakudo Perl 6 compiler, and a suite of modules that users may find useful. This image includes the MoarVM backend for the compiler.

Project homepage: http://rakudo.org

GitHub repository: https://github.com/rakudo/star

The Dockerfile responsible: http://github.com/perl6/docker/tree/master/Dockerfile

Perl 6 Language Specification: http://design.perl6.org/

Perl 6 Language Documentation: http://doc.perl6.org/

logo

How to use this image

Simply running a container with the image will launch a Perl 6 REPL:

$ docker run -it rakudo-star
> say 'Hello, Perl!'
Hello, Perl!

You can also provide perl6 command line switches to docker run:

$ docker run -it rakudo-star -e 'say "Hello!"'

Contributing/Getting Help

Many Perl 6 developers are present on #perl6 on Freenode.

Issues for Rakudo are tracked in RT: https://rt.perl.org/

License

View license information for the software contained in this image.

Tag Summary

No tags have been pushed to this repository yet.