Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

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

What's the real difference between a token and a rule?

grammar raku

How does one write custom accessor methods in Perl6?

raku

How can I completely flatten a list (of lists (of lists) ... )

list raku flatten

Can Raku range operator on strings mimic Perl's behaviour?

raku

Is there a working CPAN/CPAN6 like project for Perl 6?

cpan raku

I know Perl 5. What are the advantages of learning Perl 6, rather than moving to Python? [closed]

python perl raku

Is it worth learning Raku (previously known as Perl 6)? [closed]

perl raku

How does Perl 6 evaluate truthiness?

raku truthiness

What is the current state of Perl 6? [closed]

raku

How does Parrot compare to other virtual machines?

jvm clr raku parrot

The performance penalties for types/constraints in Raku?

c# performance raku

What performance increases can we expect as the Perl 6 implementations mature?

performance raku rakudo

Can only 'perl6' parse Perl 6?

perl parsing jit raku

What's the deal with all the different Perl 6 equality operators? (==, ===, eq, eqv, ~~, =:=, ...)

operators raku

Why does integer division round down in many scripting languages?