Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

What's an elegant way to return a list without the nth element?

raku

How on Raku do we fill out multi variables individually from corresponding regex captures

raku

Parsing techniques for runtime language alteration

How much does Raku's Promise construct share in common with JavaScript's Promises?

"The Best Regex Trick" in Raku

regex raku

How do I read the Perl 6 docs for something like $*REPO?

documentation raku

Is Raku dropping exceptions when a loop variable is used?

exception raku

Memory leak (?) using IO::Socket::Async (on FreeBSD 13.1)

sockets memory-leaks raku

How can I obtain a pointer to a Grammar token or regex?

How do I get Raku Grammar Preview unstuck from "Collecting results" without restart?

raku commaide

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?