Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

How to divide every element in array by a certain number?

raku

Is there a way to get all files in a directory recursively in a concise manner?

raku

Should this Perl 6 CATCH block be able to change variables in the lexical scope?

exception raku

Combining regexes using a loop in Perl 6

raku

Installing Perl6 and Panda on Ubuntu 15.10. Problems with bootstrap.pl

raku

How to convert Str to enum?

enums type-conversion raku

Why are Bench module's "wallclock" seconds report so wildly off?

raku

Lookaround regex and character consumption

How do you declare a sum type/type union? [duplicate]

raku

How do I mutate captures in a Grammar object?

grammar raku

perl6 Any string port similar to Racket Scheme for reading data?

string eval raku

Perl6 Parse File

regex grammar raku

preventing extreme memory usage

memory raku

How do I register different events in a supply in Raku?

Cannot install Readline with Rakudo Perl 6 zef

raku rakudo rakudo-star zef

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