Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

How can I write an alias of Raku regexes?

alias grammar raku

How to declare a function that accepts a typed array parameter

raku

Checking if a react block is ready for business

How can I view the contents of a hash in Perl6 (in a fashion similar to the Perl 5 modules Data::Dump or Data::Show)?

perl hash raku

What's the difference these two function calling conventions?

function syntax raku

What is the syntax for deleting an array element if you don't know its index?

arrays raku

Including non-breaking whitespace in character classes

regex raku

Is there a Perl 6 equivalent of a byte array?

arrays raku

When is "race" worthwhile in Perl 6?

concurrency raku

How to mock current time in Perl 6?

raku

Relative path inside a module

module raku zef

Raku regex: How to know which group was captured at an alternation

How can I define a parsing grammar in Perl 5?

perl parsing raku

Is it possible to provide named parameters with a hash in Perl 6?

raku

All subsets of a list in Perl 6

math set raku

Handle C typedef on different platform using NativeCall

c raku nativecall

How to add a class attribute dynamically?

metaprogramming raku

"Invocant of method 'ASSIGN-KEY' must be an object instance" when using assignment operator

raku

How can I set the level of precision for Raku's sqrt?

Lock.protect and callsame

thread-safety raku