Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

Cro WebSocket client doesn't see when the server goes out

raku cro

Writing an attribute trait

raku mop

set PATH in azure pipelines in Windows

How can I clear EOF on stdin ($*IN) after gettig it with get / prompt in Raku?

get stdin prompt eof raku

Storing intermediate data in a file in Perl 6

raku

Making a custom declarator

raku

Perl6: Capturing Windows newline in a string with regex

regex raku

Can you clone a Perl 6 Proc?

raku

How can I slice a shaped array in Perl 6?

Does Baggy add (+) work on MixHash weights?

raku

perl6 Regex subrules and named regex MUCH MUCH slower than explicit regex; how to make them equally fast?

regex performance raku

What happens when a declarator (my/state) is in a for block?

scope raku

Why do the default Raku if/while/loop/when blocks all have the same identity value (.WHICH)?

raku routines

Can't overload the >> operator in Raku

Specifying a Perl 6 class in a variable

class raku

Why does Perl 6 try to evaluate an infinite list only in one of two similar situations?

raku

What is the perl6 equivalent of @INC, please?

raku

Recursivly flatten a multidimensional array

Grammar to parse module specification

raku

Destructure a List of Pairs

raku rakudo