#
rakudo
Here are 30 public repositories matching this topic...
FCO
opened
Oct 11, 2018
MasterDuke17
commented
Jan 22, 2019
I don’t think it (e.g., 1218.12..HEAD) has ever been used in the wild so it’s just an extra code path to maintain and test.
Raku/Perl6 resources for bioinformatics
-
Updated
Aug 24, 2020 - Raku
(Obsolete)Chinese Translation of The-Perl-Maven's-Perl-6-Tutorial: http://perl6maven.com/tutorial/toc.
-
Updated
Aug 6, 2017
Performance of Raku(Perl6) and other languages (pull request welcome)
-
Updated
Sep 14, 2020 - Perl
Raku By Example
-
Updated
Oct 17, 2019 - CSS
lancew
commented
Apr 19, 2018
Currently we have a chart breaking down total sessions by type (kata, randori etc) it would be nice to have this months pie chart also.
Sparrow6 plugin to install various Rakudo versions
-
Updated
Apr 8, 2020 - Raku
This is simple installer of Rakudo Perl6
-
Updated
Apr 21, 2017 - Perl 6
Source code for https://perl6.org/ 中文版
-
Updated
Aug 30, 2020 - HTML
Rakudo Star chocolatey packages
-
Updated
Aug 28, 2020 - Perl
Solutions for DSA 20 Course
-
Updated
Oct 20, 2019 - Python
Port of Rakudo on Android - PoC - WIP
-
Updated
Dec 16, 2019 - C++
Build scripts to build Rakudo/Perl 6 docker images
-
Updated
Feb 16, 2018 - Shell
A Docker image containing Rakudo Perl 6
-
Updated
Feb 7, 2018 - Shell
Improve this page
Add a description, image, and links to the rakudo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rakudo topic, visit your repo's landing page and select "manage topics."
The Problem
This code (note the missing comma)
produces what I assume is an exception in the compiler:
The same thing happens with
{:x($x) :y($x)}{:x<a> :y<b>}{:$x :y($x)}These expressions produce a Hash with two elements:
{:x($x) :y(1)}{:$x :1y}