Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

Parsing binary files in Raku

raku rakudo

How to call Perl 6 from Java?

java raku

Double junction arguments swapping sides

raku perl6-junction

What's the difference between $/ and $¢ in regex?

regex raku

Raku list addition operator `Z+` 'fails' unless one of the lists is forced

arrays list raku rakudo

Is there a way to get a list of all known types in a Perl 6 program?

types raku

Why does :{} create a "Hash[Mu,Any]" object (and what is it and how does it compare to a normal "Hash")?

raku

Expressing the double summation sequence in Raku

math raku

What's the benefit of assigning non-scalars to scalars?

raku sigils

Can I write multiple raku Type smart matches on one line

physics raku

Raku (née Perl 6) reduce function and reduction metaoperator give different results

raku reduction

Can a shared supply run multiple tap blocks simultaneously?

raku tap

list return from Inline::Perl5 gives a count of items, not the list

perl raku

Can you write Perl 6 scripts using an encoding that is not utf8?

encoding raku

Overloading operators for a class

operator-overloading raku

How to implement around in Raku

oop raku

How to keep Nil from reverting container to its default value?

data-structures nodes raku

Does Perl6 support dependent types?

types raku dependent-type

Why/how is an additional variable needed in matching repeated arbitary character with capture groups?

regex raku

How to get all the signatures of multi sub or build-ins?

raku