Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

Raku zip operator & space

raku

Multiplication with Perl 6 Sequence Whatever (...) operator

perl raku

The use of flip-flop operator in Perl 6

raku

Is there a 'clamp' method/sub for ranges/Num etc in Raku (i.e. Perl6)?

raku clamp

Array stays array when looped through `for`

raku

print, put, say and escape characters

string raku

Accessing the values in an array of lists of pairs

hashmap raku

How do I declare a class attribute as a union of class names?

raku

perl6: why is array skipping calculated values inside declaration?

raku

Is there a convenient way to replicate R's concept of 'named vectors' in Raku, possibly using Mixins?

r oop vector mixins raku

When is white space really important in Perl6 grammars?

whitespace grammar raku

How to split a string based on comma, but not based on comma in double quote

raku

Making character class with modifier symbols in Perl 6

raku

Raku: One line expression to capture group from string?

string raku

How can you write a conditional based on the definedness of multiple variables?

Calling a module does not work in Raku in Windows

raku rakudo

Is it safe, to share an array between threads?

variables concurrency raku

Does pattern match in Raku have guard clause?

How to implement Python's os.urandom method in Perl 6?

raku

Check if all elements of list are prime in Raku

mapreduce raku