Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

Perl6 sub MAIN/ command line Parsing

raku

Is it possible to define a new operator in Raku and control its precedence?

How to evaluate eagerly a sequence coming from grep in Raku?

lazy-evaluation raku

Why does constraining a Perl 6 named parameter to a definite value make it a required value?

types signature raku

Determine if a variable in Raku is set

raku

Raku Cro service subscribing to data "in the background" general guidance

raku cro

How does a Perl 6 object find a multi method that might be in a parent class or role?

How do I match a hex array in perl6 grammar

regex grammar raku

What are the truthy and falsy values in Raku?

raku truthiness

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

raku rakudo parrot pugs

What is the release date for Rakudo Star (perl6)? [closed]

raku parrot

perl6 text substitution on array

raku

How can I discover all the roles a Perl 6 type does?

oop roles raku metamodel

What is a twigil in Perl6?

perl terminology raku

print sth every second, and also sleep 10 seconds very 5 seconds using react ... whenever in Perl 6?

raku

perl6 What is a quick way to de-select array or list elements?

arrays set raku deselect

Is it a design flaw that Perl subs aren't lexically scoped?

perl scope raku

How can I compile perl6 file to exe

raku moarvm

How can I return context sensitive return values in Perl 6?

raku perl

Why don't new operator definitions persist in the Perl 6 REPL?