Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

Perl6 installed modules

raku

How can I pass a sequence as a parameter in Perl 6?

seq raku

How can I rebuild an edited perl6 module that I've downloaded?

build module raku zef

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