Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

Perl6: how to use <alpha> in user-defined character class or range?

regex range match raku

When does it make sense to use a sigil-less variable in Raku?

variables raku sigils

Is there a way to automatically use FatRats in Raku?

raku

What does the $¢ variable do in Raku?

raku

Is it possible to use the index of an array in a map block?

dictionary raku

Why is it that sometimes we have to use coercion to access individual elements of an array?

raku

`%_` and detecting unwanted named arguments to a method

raku

perl6 grammar to do substitution

regex action raku proto

Asynchronous reading of an stdout

raku

How to divide every element in array by a certain number?

raku

Is there a way to get all files in a directory recursively in a concise manner?

raku

Should this Perl 6 CATCH block be able to change variables in the lexical scope?

exception raku

Combining regexes using a loop in Perl 6

raku

Installing Perl6 and Panda on Ubuntu 15.10. Problems with bootstrap.pl

raku

How to convert Str to enum?

enums type-conversion raku

Why are Bench module's "wallclock" seconds report so wildly off?

raku

Lookaround regex and character consumption

How do you declare a sum type/type union? [duplicate]

raku