Sfoglia il codice sorgente

Add files for Rakudo Star

Rob Hoelz 10 anni fa
parent
commit
48ac05ac94
4 ha cambiato i file con 37 aggiunte e 0 eliminazioni
  1. 1 0
      rakudo-star/README-short.txt
  2. 35 0
      rakudo-star/content.md
  3. 1 0
      rakudo-star/license.md
  4. BIN
      rakudo-star/logo.png

+ 1 - 0
rakudo-star/README-short.txt

@@ -0,0 +1 @@
+Rakudo Perl 6, or simply Rakudo, is a compiler for the Perl 6 programming language.

+ 35 - 0
rakudo-star/content.md

@@ -0,0 +1,35 @@
+# 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/

+ 1 - 0
rakudo-star/license.md

@@ -0,0 +1 @@
+View [license information](https://github.com/rakudo/star/blob/master/LICENSE) for the software contained in this image.

BIN
rakudo-star/logo.png