Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

When does BEGIN actually start (or is run)?

raku precompile

Mix syntax for Boolean elements

raku

Dangling topic (or any other) variable does not fail

syntax raku

Using a loop's positional parameters inside an inner loop in Raku

Named regex fails capture in raku

regex raku

Cannot resolve caller sqlite3_bind: Do not understand this error in my Perl 6 script

sqlite raku

Implementing iterable classes with the Iterable and Iterator roles

iterator raku

How to know the version of perl6/raku I am running?

raku rakudo

How can I run external programs using Perl 6? (e.g. like "system" in Perl 5)

perl raku

Perl6 Making an observable timer

Perl6: how to sort `dir` results by directory age?

raku

Is it possible to distribute the code of a class to several files?

class package raku

how to compile perl6 program to generate bytecode?

jvm raku rakudo-star

Why does a Perl 6 Str do the Positional role, and how can I change []?

role raku multimethod

* quantifier in Perl 6

regex match raku quantifiers

Capturing a module output

io raku

Is there a straightforward way to check if something is a mixin?

mixins raku

How to calculate alternating sum of digits of an integer in Perl 6?

raku

A better way to introspect a capture

raku introspection

What plus means in method declaration in perl6?

raku