Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

Perl 6 - Curried Function Hangs

How to find number of matches to regexp in perl6?

regex raku

How to get List consisted by repeated items in Perl6?

list raku repeat timtowtdi

How can I substitute in strings in Perl 6 by codepoint rather than by grapheme?

regex unicode raku

Strict type checking in binding to routine arguments

raku

Creating a hash that is read-only outside of a module, but read/write inside

hash immutability raku

Text::CSV supported encodings

csv raku

Getting the first 10-digit prime number using lazy lists in Raku

primes lazy-evaluation raku

How can you write a module for a role group?

types module polymorphism raku

After first "once {next}" block, other same-scoped "once" blocks fail to execute

raku

Finding the first occurence of 1-digit number in a list in Raku

list raku

Adding two enums that share some same identifiers

raku

Perl 6 reports "Cannot unbox a type object" when typing an array

raku rakudo

Perl 6: what's the best way to check if an element is in a list?

raku

Is there an Intellij plugin for Perl 6? [closed]

intellij-idea ide raku

Perl6 REPL usage

read-eval-print-loop raku

How do I declare a hash of hashes of numbers in Perl 6?

raku

How to reload raku modules at runtime, for debug purposes?

raku

Why do **2 and ² behave differently when using the cross meta-operator?

raku

Unexpected FAIL with :exists in raku

hash key exists raku