Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

Raku: how do I make an argument optional, have a default, with a where test?

raku

Why are arrays passed as arguments mutable but scalars are not?

raku

Why can't pass a manually created Pair to method without a slip?

raku

Mapping a List with a Hash argument

raku

Precedence inside a function call

How to use CStruct

raku rakudo nativecall

Element-wise comparison with certain precision

raku rakudo

How to use gather/take with race

raku

Run a regex on a Supply or other stream-like sequence?

raku

Why is parsing of aaaaabb not successful assuming the given grammar?

parsing grammar raku

How do I create a multiline string in Raku?

Replacing YouTube HTML links with embed code

raku

How can the Raku behavior on capturing group in alternate be the same as Perl

raku

Dynamically created class with invocant constraint

raku rakudo

How to get better error prompt if the input value from command line not in a list of valide choice in the MAIN routine?

program-entry-point raku

Unable to use `run` routine on complex bash command

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?