docs/rakudo-star
Docker Library Bot 33b0427409 Run update.sh 2017-07-24 23:32:47 +00:00
..
README-short.txt Add files for Rakudo Star 2015-04-03 16:46:06 -05:00
README.md Run update.sh 2017-07-24 23:32:47 +00:00
content.md Use explicit-type code blocks in a lot of obvious places (now that the Hub actually renders these _better_ than the no-type versions) 2015-08-13 09:29:14 -07:00
github-repo Add github-repo file to every image repo 2016-05-12 16:33:19 -07:00
license.md Add files for Rakudo Star 2015-04-03 16:46:06 -05:00
logo.png Add files for Rakudo Star 2015-04-03 16:46:06 -05:00
maintainer.md Refactor the way information (especially links) are presented 2017-04-21 17:48:19 -07:00

README.md

Supported tags and respective Dockerfile links

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.