Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

Creating an enum from its name not value

enums raku

What is the raku equivalent of the JavaScript arrow function?

Perl 6 type inference

type-inference raku

How to assign the .lines Seq to a variable and iterate over it?

raku

Perl 6 calculate the average of an int array at once using reduce

How to pass params to token referenced by variable?

raku

Perl 6 multi methods never match expected signature

Web development using Raku

raku

Is there a way to detect whether something is immutable?

raku

Should I count up in Perl 6 with a sequence or a range?

range raku seq

Can methods be treated as regular subroutines?

raku subroutine

In Perl 6, is there a way to get the Pod declarator block that is attached to a specific multi sub candidate?

raku code-documentation

Why does Rakudo dd return Nil for a typed and assigned scalar?

raku rakudo

Why does command after if False produce an empty list in Perl 6 REPL?

raku

Is there an equivalent of Bottle or Sinatra for Perl6 or Perl5? [closed]

perl raku

Getting the last element of a lazy Seq in Raku

Why would you use a proto rule in a Perl 6 grammar?

grammar raku

what's the equivalent method of __init__ in Perl 6?

python raku

Is it possible to implement lisp "language" in Perl 6?

perl parsing lisp raku

How to loop on sorted (with custom sort) keys of a hash in Raku?

raku