Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

Documentation for the object Signature: " ... different name for a named argument than the variable name"

documentation raku

How do you add a method to an existing class in Perl 6?

raku

Is there a programmatic way to elaborate the 'half-winds' in raku?

raku

How can you call JavaScript builtins from Perl 6 with the new JS backend?

javascript raku rakudo

Deploying self contained Perl 6 script

raku

Does Perl 6 have an equivalent to Python's dir()?

raku introspection

Why are the source file names not human readable?

raku rakudo

Negated Named Regex, or Character Class Interpolation in Raku

regex raku

Raku slow Mixes sorting

performance sorting raku

Why is adding methods to a type different than adding a sub or an operator in perl6?

raku

Perl6 search then replace with output of subroutine

How to execute an external command and capture its output in perl6?

process raku rakudo

Does Perl6 support something equivalent to Perl5's __DATA__ and __END__ sections?

perl raku rakudo

Remove some characters from a string by index (Raku)

raku

Multi subroutine recursive in Raku

raku

Is it possible to compile/install Perl6 on a Raspberry Pi 3?

Accessing the last element in Perl6

raku

Does Raku have a global interpreter lock (GIL)?

raku

perl6 grammar , not sure about some syntax in an example

regex grammar raku

Idiomatic way to implement standard Unix behaviour of using STDIN if no files are specified on the command line?

raku