Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

EXPORTHOW and DECLARE - what are they?

raku rakudo

Possible to automatically fold POD in Comma IDE?

raku ideavim commaide

Raku Ambiguous call to infix(Hyper: Dan::Series, Int)

raku

How can I respond to a key press, without a CRLF, in Raku?

raku onkeypress

How to update Raku documentations which p6doc will read?

raku

How to make a Raku test optional if a module is not installed

raku

Get method called-as str in the callee

oop raku

Why is my %h is List = 1,2; a valid assignment?

How do I get a &-conjoined regular expression to be considered as long a match as its constituents?

regex raku

Why do I need to touch Hash if assigned via map?

raku

Anonymous state variables versus topic variables in Raku

raku

How to pin a Raku Grammar token to only match when at the end of a string

grammar raku

Is it possible to append subroutines to a Raku module at runtime?

metaprogramming raku

What's the difference between $?CLASS and ::?CLASS

In Raku, doesn't routine first return Nil when no values match?

list boolean raku

How can a Raku UDP server know where to send a response to?

sockets udp raku

How do you create a callable variable to call a class method with arguments?

methods raku currying callable

Formatting in Raku

printf raku rakudo

Sort directory by last modified

raku

How to correctly decontainerize the value side of a Pair object

raku raku-container