Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

How to pass regex as an argument to subroutine in Perl 6

raku

How to find correct min / max values of a list in Perl 6

raku

Using a hash with object keys in Perl 6

raku

(Identifier) terms vs. constants vs. null signature routines

raku

When does .race or .hyper outperform non-data-parallelized versions?

concurrency raku

Raku NativeCall to LibX11 screen and display

raku nativecall

perl6/rakudo: How can I change the data-type of a variable?

How to build lazy lists with defined generators and is there a "takeWhile" alternative?

raku

How to make a Perl 6 script exit on Ctrl+D input?

raku

Variable getting overwritten in for loop

raku

Using any or none on the hash keys and values in Raku

hash raku

Is there a way to access mixed-in components when the original variable has a default coercion?

mixins raku

What type are Lists of any type in Perl 6?

list raku

How can I slice a string like Python does in Perl 6?

string slice roles raku

Can sigil-less variables or constants be interpolated?

raku string-interpolation

What is the most efficient operator to compare any two items?

How do I store the value returned by either run or shell?

raku

Raku/Perl6: How to restrict match method to capture group?

regex raku

Perl 6: how to check `new` for invalid arguments?

What is the difference between my class and our class in Raku(perl6)?

raku