Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

definedness constraint on parametrized roles

raku parameterized-types

How to get the `< ... >` syntax on an object?

Why DateTime.now and Date.today.DateTime have different timezone?

datetime timezone raku

Escaping metacharacters in a Raku regex (like Perl's quotemeta() or \Q...\E)?

Place an escape sign before every non-alphanumeric characters

Multi-dispatch to candidate with native parameters not working

raku rakudo nativecall

Symbols that break the identifier rules, e.g. `sub ::("☺") { }`

Rust Polars - get a struct Series from df.column instead of an '&' reference

rust raku rust-polars

Raku NativeCall to SOD Segmentation fault

raku

Why can I not migrate a supply in a whenever block of a unix socket?

raku

Specify the number of decimal digits on the explicit generator of a sequence in Raku

Unexpected behaviours with Raku lambdas that are supposed to be equal (I guess)

string lambda raku

How can I group elements of a list in Raku?

raku

Does an anonymous parameter in a Perl 6 signature discard the value?

signature raku

How to put a sub inside a regex in Perl 6?

raku

Making a junction out of an array with string values in Perl 6

raku

Assignment destructuring and operator precedence

raku rakudo

Strange behavior when changing $*SCHEDULER after execution of external program

raku rakudo

What Raku regex modifier makes a dot match a newline (like Perl's /s)?

regex newline raku

What's the Raku equivalent of the super keyword as used in JavaScript and Python?