rakudo.org
Announce: Rakudo Star Release 2015.06 | rakudo.org
http://rakudo.org/2015/07/01/announce-rakudo-star-release-2015-06
How to get Rakudo Perl 6. Announce: Windows MSI Installers for release 2015.03. Announce: Windows MSI Installers for release 2015.06 →. Announce: Rakudo Star Release 2015.06. A useful, usable, “early adopter” distribution of Perl 6. On behalf of the Rakudo and Perl 6 development teams, I’m happy to. Announce the June 2015 release of “Rakudo Star”, a useful and usable. Distribution of Perl 6. The tarball for the June 2015 release is. Available from http:/ rakudo.org/downloads/star/. Rakudo Perl 6 compiler.
perl6.org
Perl 6 Compilers
http://www.perl6.org/compilers
Perl 6 is a language specification, and just like C or C there are multiple compilers for the language. And the Java Virtual Machine (JVM). It is actively developed on the Rakudo GitHub. Site Download or compile Rakudo. NQP (Not Quite Perl) is. A Perl 6 compiler. NQP is a small subset of Perl 6 used as a foundational tool to help write compilers (including Rakudo Perl 6. Perlito, also known as MiniPerl6, is a subset of Perl 6, designed as a light bootstrapping language. You can try it online. Executes Pe...
perl6advent.wordpress.com
Moritz – Perl 6 Advent Calendar
https://perl6advent.wordpress.com/author/foobar123
Perl 6 Advent Calendar. Something cool about Perl 6 every day. Day 1 – The State of Perl 6 in 2015. Day 1 – The State of Perl 6 in 2015. December 1, 2015. December 1, 2015. Please fasten your seat belt for your annual dive into Perl 6. As has been customary the last six years, we start with a brief overview of the state of Perl 6. Last year's State of Perl 6. The 2015.05 release of Rakudo introduced NFG. Won't tear them apart. In September, Rakudo shipped with the GLR. Or Great List Refactoring. In place...
perl6advent.wordpress.com
Day 23 – Webscale sorting of the sleepy kind – Perl 6 Advent Calendar
https://perl6advent.wordpress.com/2014/12/23/webscale-sorting-of-the-sleepy-kind
Perl 6 Advent Calendar. Something cool about Perl 6 every day. Day 23 – Webscale sorting of the sleepy kind. Day 23 – Webscale sorting of the sleepy kind. December 23, 2014. January 2, 2016. In the emerging tradition of writing about sort. Let me elaborate on a particularly silly kind of sorting algorithm: sleepsort. Backend has threads, so let's put them to good use:. Use v6; my @unsorted = (1.10).pick(5); say Unsorted: @unsorted[]; await @unsorted.map: - $t { start { sleep $t; say $t; } };. Our program...
rakudo.org
Announce: Rakudo Star Release 2015.01 | rakudo.org
http://rakudo.org/2015/02/07/announce-rakudo-star-release-2015-01
How to get Rakudo Perl 6. Update to Rakudo Star Release 2014.12. Announce: Rakudo Star Release 2015.02 →. Announce: Rakudo Star Release 2015.01. On behalf of the Rakudo and Perl 6 development teams, I’m happy to announce the January 2015 release of “Rakudo Star”, a useful and usable distribution of Perl 6. The tarball for the January 2015 release is available from http:/ rakudo.org/downloads/star/. Of the Rakudo Perl 6 compiler. Version 7.0.1 of the Parrot Virtual Machine. Version 2015.01 of MoarVM.
rakudo.org
Announce: Rakudo Star Release 2015.07 | rakudo.org
http://rakudo.org/2015/07/27/announce-rakudo-star-release-2015-07
How to get Rakudo Perl 6. Announce: Windows MSI Installers for release 2015.06. Announce: Rakudo Star Release 2015.09 →. Announce: Rakudo Star Release 2015.07. A useful, usable, “early adopter” distribution of Perl 6. On behalf of the Rakudo and Perl 6 development teams, I’m happy to announce the July 2015 release of “Rakudo Star”, a useful and usable distribution of Perl 6. The tarball for the July 2015 release is available from http:/ rakudo.org/downloads/star/. Of the Rakudo Perl 6 compiler. DBIish: U...
rakudo.org
Announce: Rakudo Star Release 2014.12 | rakudo.org
http://rakudo.org/2014/12/26/announce-rakudo-star-release-2014-12
How to get Rakudo Perl 6. Announce: Rakudo Star Release 2014.09. Update to Rakudo Star Release 2014.12 →. Announce: Rakudo Star Release 2014.12. A useful, usable, “early adopter” distribution of Perl 6. On behalf of the Rakudo and Perl 6 development teams, I’m happy to. Announce the December 2014 release of “Rakudo Star”, a useful and usable. Distribution of Perl 6. The tarball for the December 2014 release is. Available from http:/ rakudo.org/downloads/star/. MIME: Base64 and p6doc). Method ‘uniqu...
rakudo.org
Announce: Rakudo Star Release 2014.09 | rakudo.org
http://rakudo.org/2014/09/26/announce-rakudo-star-release-2014-09
How to get Rakudo Perl 6. Announce: Rakudo Star Release 2014.08. Announce: Rakudo Star Release 2014.12 →. Announce: Rakudo Star Release 2014.09. A useful, usable, “early adopter” distribution of Perl 6. On behalf of the Rakudo and Perl 6 development teams, I’m happy to. Announce the September 2014 release of “Rakudo Star”, a useful and usable. Distribution of Perl 6. The tarball for the September 2014 release is. Available from http:/ rakudo.org/downloads/star/. Are also avaiable in the downloads area.
perl6.party
I Botched a Perl 6 Release And Now a Robot Is Taking My Job - Perl 6 Party
https://www.perl6.party/post/I-Botched-A-Perl-6-Release-And-Now-A-Robot-Is-Taking-My-Job
I Botched a Perl 6 Release And Now a Robot Is Taking My Job. Automating your release cycle. Deconfusion note: if you're just a regular Perl 6 user, you likely use and only ever heard of Rakudo Star, which is a distribution that includes the Rakudo Perl 6 Compiler, some modules, and the docs. This post details a release of that compiler. Which gets released more often than Rakudo Star. So please don't think there's a new release, if Star is all you use. Part I: Humans Make Errors. And the NQP release guide.