Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

In Perl 6, how do I keep a module's pod at the bottom of a file while still using declarator blocks to document method/subs?

raku

Is it possible to define custom metaoperators in Raku?

operators raku

Do Perl 6 programs have to compile to read embedded docs?

documentation raku

A difference between Unicode and ASCII operators

utf-8 operators ascii raku

raku typed enums not working with custom types

enums raku typed

How can Raku mixins work with operator overloading?

raku units-of-measurement

How do I use raku -e and -n with multiple file glob

Perl 6: Lookahead with capture

Example of Perl 6 grammar with operator precedence rules

parsing grammar raku

Converting to and from octal in Perl 6

raku

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

How to pass a CArray[ of-struct] from Raku to C?

raku nativecall

why is this memoized Euler14 implementation so much slower in Raku than Python?

Filtering elements matching two regexes in Perl 6

raku

Is it possible to terminate a promise's code block from another promise?

concurrency promise raku

How does one set the default parameterization of a class?

raku

customising the parse return value, retaining unnamed terminals

parsing grammar raku

How to use Grammar::Tracer with a unit scoped grammar?

grammar raku

Differences between .Bool, .so, ? and so

raku boolean-operations

*why* does list assignment flatten its left hand side?