Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

perl6 placeholder variable and topic variable

raku

What's the protocol for calling Raku code from C code?

raku

How do I parse and validate command line arguments in Raku (formerly known as Perl 6)?

raku

Declare and initialize a typed array from a range

arrays range raku typing

Is there a sensible reason why the Perl 6 array constructor flattens its argument?

raku

How to generate a lazy division?

raku lazy-sequences

How can I get started with Perl 6? [closed]

perl raku

How can I define a Raku grammar to parse TSV text?

csv grammar raku

Perl6 : What is the best way for dealing with very big files?

How can I use Perl 5 modules from Perl 6?

perl cpan raku rakudo

Cannot overload logical operators (or, and) for my class

operator-overloading raku

How to use a constants value as a hash key

raku

How do I declare a dependency that can be fulfilled by one of many differently named packages?

I can call any method on Nil and this feels wrong

raku

How to include file in Raku

perl-module raku

What's the difference between :D and :D:?

raku

How can error reporting in grammars be improved?

parsing grammar raku

[] reduce with anonymous function in Perl 6

Convert a word's characters into its ascii code list concisely in Raku

list raku

What is the meaning of (Any) in Raku - specifically the ()?

raku