Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

Is there a canonical way to print a stack trace in perl 6?

debugging raku

What does duckmap really do?

How to make a Range with .., but counting down

raku

What happens when different thread schedulers are used in the same react block?

asynchronous raku

What's the best way to be lax on whitespace in a perl6 grammar?

raku

How to use a wrapper script for a Raku CLI

Can Perl 6 assume a positional parameter that's not the first one?

raku currying

Use Haskell like Prelude modules in a module in raku

haskell raku

How to benchmark Raku?

benchmarking raku rakudo

Understanding Raku's `&?BLOCK` compile-time variable

Perl 6 List Concatenation without Slip?

concatenation raku

perl6 difference between bless and new

oop raku

How do I find the index of the maximum value in a list in Perl 6?

raku

Delete an element from a list or array without the (Any) artefact in Raku

raku

How Do You Do File Locking in Raku?

file locking raku

What's the difference between Perl 6's DEFINITE and defined methods?

raku

AES encryption in Perl 6?

raku

How can I return 2 hashes from a raku sub?

return raku subroutine

How to type-constrain the entries of a Raku function's array argument?

types constraints raku

How to execute raku script from interpreter?

raku rakudo