Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

How can I inspect a Perl 6 module?

module raku

Catching exception of a shell command in Perl 6

raku

Post-increment and variable re-use in a single statement, Perl 5 vs Perl 6