Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

Regex/token/rule to match nested curly braces?

grammar raku

How to specify a github repo as the source of dependency of a module in Raku?

github module raku fcntl

Raku: Sending a string to a subprocess's standard input

raku

CONTROL phasers from a trait

Can I bind multiple variables at once?

raku variable-binding

Immutable (uncontainerized) elements in arrays created by deepmap

raku

Does Perl 6 have an infinite Int?

raku

Binding of private attributes: nqp::bindattr vs :=

raku nqp

How to connect to local MySQL Server 8.0 with DBIish in Perl6

mysql dbi raku

String replacement with .subst in a for loop

raku string-substitution

How is the xx operator in Raku able to delay the evaluation of its left-hand side code operand?

raku

Where is the documentation of the Unicode characters, e.g. "»" , for Raku?

operators raku

Instantiate a Raku class, and update an instance variable in the constructor

raku

`does` versus `but` operators when mixing in a Role into an object in Raku

Rakudo Memory/Garbage collecting techniques

How can I tell programmatically if a Perl 6 module is installed?

module raku

In Perl 6, can I use an Array as a Hash key?

arrays hash hashmap key raku

How to implement recursive grammar in Perl6

raku

perl6 class to-json exclude properties

json class raku

Really binding an argument to a parameter? (Perl6)