Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Simple, stoppable Timer using Raku concurrency

concurrency raku

Exit the function without aborting the script

raku rakudo

Can I insert named captures in the Match tree without actually matching anything?

grammar raku

How can I implement 2d subscripts via AT-POS for different classes?

raku

In Raku, how does one calculate the sum of positive divisors from a prime factorization?

key-value raku

Why the pointy block with Match in for loop output Nil?

regex raku

How do I create a class with the same name as a built-in one without overshadowing it in Raku?

raku

Breaking brace after the start keyword

raku

multi sub on Array of Int vs Array of Array of Int

raku

What is the correct Raku recursive regex syntax?

raku

How many exceptions does one CATCH block catch?

exception raku

What are .first and .return when applied to subs?

raku