Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rakudo

Can I introspect a Regex's interpolated value?

Succinct way to change thrown Exception to Failure?

How do I get a randomly selected hash key in Perl 6?

random hash key raku rakudo

Where Can I Find Demo/Sample Code For Perl 6?

scripting sample raku rakudo

set PATH in azure pipelines in Windows

Destructure a List of Pairs

raku rakudo

How to use hyperoperators with Scalars that aren't really scalar?

raku rakudo

Why can readonly array attributes on a Raku class be modified?

class oop raku rakudo

Could not find File::Find Raku on Windows 7

module raku rakudo

Is it possible to do boolean assertions with raku regex?

regex raku rakudo

how to cycle through list indefinitely and lazily in Raku?

Why does Raku crash with 'Abort trap: 6' while using Cro on a MacOS Catalina?

openssl raku rakudo cro

Raku equivalent to JavaScript's `setTimeout(fn, 0)`?

Rakudo (Perl6): What are the features that don’t yet work?

perl raku rakudo

Concurrency, react-ing to more than one supply at a time

raku rakudo

Enforcing API boundaries at the Module (Distribution?) level

How does lazyness of the slice index affects the slicing of an array/list? [RAKU]

CONTROL phasers from a trait

`does` versus `but` operators when mixing in a Role into an object in Raku