Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rakudo

Multiply all values in a %hash and return a %hash with the same structure

raku rakudo

How to be aware of missing values during multi-value iteration in Perl 6?

arrays for-loop raku rakudo

`is pure` trait and default parameters

Raku array will not sort

raku rakudo

Split string to fixed length chunks and write in separate line in Raku

string raku rakudo

Understanding pragmas

Can Raku's introspection list all the multi candidates across different files/Modules?

What are the rules for re-binding?

Why does non-executed compile-time code increase Raku's bytecode size? Does it slow runtime performance?

Overloading a package funcion to detect no arguments have been used

raku rakudo

Apply a proxy to a variable (not an attribute) using traits

raku rakudo

Compilation error only when using the repl

Changing the target of a `whenever` block from the inside

About Laziness [ RAKU ]

Unbind or undefine a variable in raku

raku rakudo

Why am I not allowed to break a Promise?

promise raku rakudo

What type checks does Raku perform at compile time? May that change in the future?

raku typechecking rakudo

Difference between Supply method act vs tap