Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

Why aren't // and m// exactly synonymous?

regex raku

In Perl 6, how can I convert from raw bytes to floating point using the NativeCall interface?

Reading from a bound pipe using Proc::Async

How to add an attribute to an object using the meta-object protocol?

class raku

Basic Authentication in perl6 with Cro

Perl6 Class inheritance when classes are in different "namespaces/packages"

class inheritance raku

Does ratcheting affect nesting structures and "frugal quatifiers"?

regex raku ratchet

Perl6: Read file in test folder when using prove6

testing path raku perl-prove

Is there a %*SUB-MAIN-OPTS pair for short option processing?

Why does multiple use of `<( )>` token within `comb` not behave as expected?

match raku smartmatch comb

Best Way to Resolve Circular Module Loading

raku circular-dependency

WhateverStar `&&` WhateverStar in Perl 6

raku

Capture and parse output of Whateverable bots

raku whateverable

Perl 6 equivalents to Java's >> and >>> operators?

bit-shift raku

How to export %*SUB-MAIN-OPTS

raku

How to use junction inside a perl6 regex interpolation?

Why don't all the shell processes in my promises (start blocks) run? (Is this a bug?)

raku

Sub vs Blocks in Perl6 - aka Roman Numbers Challenge

raku

Stopping Raku grammar at EOS (End of String)

parsing grammar raku

How can I timeout a promise in Raku?

promise raku