Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

What's the raku analog of perl 5's carp?

exception raku die carp

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

openssl raku rakudo cro

How do use a sort on a hash in a for

sorting hash raku

What does the "has" keyword mean before "method" in a Raku class definition?

syntax raku

How do I solve "The iterator of this Seq is already in use"?

raku

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

Why does Perl 6's string concatenation not like .WHAT?

raku

Do all Perl 6 quoting constructs have term precedence?

raku operator-precedence

Assignment to nested lists in Perl 6

raku

Find element index in an array in Perl 6

raku

How to declare native array of fixed size in Perl 6?

raku nativecall

Multiple Possible Output Types in Perl6

raku

Finding the contiguous sequences of equal elements in a list Raku

sequence raku

Anti-matching against an infinite family of <!before> patterns in Raku

grammar raku

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

perl raku rakudo

How do the Perl 6 set operations compare elements?

set raku moarvm

Perl 6 error message: Malformed UTF-8 in block <unit>

raku

What is the difference between -I. and -Ilib in Perl6?

How can I propagate and catch errors thrown in another thread in Raku?

raku

Inheriting private attributes in Perl 6

oop raku