From 66382b06cd7f47f4ec7e50bd5350a7977790e811 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Wed, 29 Apr 2020 07:37:59 +0200 Subject: [PATCH 1/2] Update rakudo-star content track language rename and refresh some links --- rakudo-star/content.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/rakudo-star/content.md b/rakudo-star/content.md index ee0f7dca6..418f66e1e 100644 --- a/rakudo-star/content.md +++ b/rakudo-star/content.md @@ -1,16 +1,14 @@ # 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. +Rakudo Star is a Raku distribution designed for use by early adopters of the language. It includes a virtual machine (the JVM or MoarVM), the Rakudo 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](http://rakudo.org) GitHub repository: [https://github.com/rakudo/star](https://github.com/rakudo/star) -The Dockerfile responsible: [http://github.com/perl6/docker/tree/master/Dockerfile](http://github.com/perl6/docker/tree/master/Dockerfile) +The Dockerfile responsible: [http://github.com/raku/docker/tree/master/Dockerfile](http://github.com/raku/docker/tree/master/Dockerfile) -Perl 6 Language Specification: [http://design.perl6.org/](http://design.perl6.org/) - -Perl 6 Language Documentation: [http://doc.perl6.org/](http://doc.perl6.org/) +Perl 6 Language Documentation: [http://docs.raku.org/](http://docs.raku.org/) %%LOGO%% @@ -20,18 +18,18 @@ Simply running a container with the image will launch a Perl 6 REPL: ```console $ docker run -it %%IMAGE%% -> say 'Hello, Perl!' -Hello, Perl! +> say 'Hello, Raku!' +Hello, Raku! ``` -You can also provide perl6 command line switches to `docker run`: +You can also provide raku command line switches to `docker run`: ```console -$ docker run -it %%IMAGE%% -e 'say "Hello!"' +$ docker run -it %%IMAGE%% raku -e 'say "Hello!"' ``` # Contributing/Getting Help -Many Perl 6 developers are present on #perl6 on Freenode. +Many Perl 6 developers are present on #raku on Freenode. -Issues for Rakudo are tracked in RT: [https://rt.perl.org/](https://rt.perl.org/) +Issues for Rakudo are tracked in [on GitHub](https://github.com/rakudo/rakudo/issues/). From 9816e8b4fdc510d46e67ab9519c240df1a22f62a Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Wed, 29 Apr 2020 08:43:43 +0200 Subject: [PATCH 2/2] Replace more Perl 6 references with Raku --- rakudo-star/content.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rakudo-star/content.md b/rakudo-star/content.md index 418f66e1e..59045d10a 100644 --- a/rakudo-star/content.md +++ b/rakudo-star/content.md @@ -1,6 +1,6 @@ # What is Rakudo Star? -Rakudo Star is a Raku distribution designed for use by early adopters of the language. It includes a virtual machine (the JVM or MoarVM), the Rakudo compiler, and a suite of modules that users may find useful. This image includes the MoarVM backend for the compiler. +Rakudo Star is a Raku (formerly known as Perl 6) distribution designed for use by early adopters of the language. It includes a virtual machine (the JVM or MoarVM), the Rakudo 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](http://rakudo.org) @@ -8,13 +8,13 @@ GitHub repository: [https://github.com/rakudo/star](https://github.com/rakudo/st The Dockerfile responsible: [http://github.com/raku/docker/tree/master/Dockerfile](http://github.com/raku/docker/tree/master/Dockerfile) -Perl 6 Language Documentation: [http://docs.raku.org/](http://docs.raku.org/) +Raku Language Documentation: [http://docs.raku.org/](http://docs.raku.org/) %%LOGO%% # How to use this image -Simply running a container with the image will launch a Perl 6 REPL: +Simply running a container with the image will launch a Raku REPL: ```console $ docker run -it %%IMAGE%% @@ -30,6 +30,6 @@ $ docker run -it %%IMAGE%% raku -e 'say "Hello!"' # Contributing/Getting Help -Many Perl 6 developers are present on #raku on Freenode. +Many Raku developers are present on #raku on Freenode. Issues for Rakudo are tracked in [on GitHub](https://github.com/rakudo/rakudo/issues/).