Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

How to match the same number of different atoms in Perl 6 regex?

raku

How can one assign an item contextualized Array to a positional?

raku rakudo

How to store a reference to parent object in perl6 (conversion from perl5)

reference parent-child raku

How do I get elements out of a hyperoperator in the original order?

raku

In Raku, how does one write the equivalent of Haskell's span function?

list haskell raku predicate

Import simple module

module raku

Confused about 'capturing'-behavior of ( ... ) e.g. "immutable lists" vs. [ ... ] e.g. "arrays"

arrays list raku

Repeated elements in regexes of literals with alternation in Perl 6

raku

Really slow compilation of a big grammar [closed]

raku rakudo

Singleton implementation on perl6

raku

Perl6: NCurses and mouse events

mouseevent ncurses raku

perl6 negating user-defined caracter class

class raku negation

How can I split a string in every possible way?

split raku

Grammar regexes match independently but not together

grammar raku

Install Perl 6 modules in non standard location

Check if coercion would be successful?

raku

Word 'if' interpreted as 'if()' function call. Parens not allowed

Import raku's `dir` function into Perl

perl raku

Why doesn't a Sequence get consumed when I assign it to an @var?

raku