Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

Grammar regexes match independently but not together

grammar raku

Install Perl 6 modules in non standard location

Check if coercion would be successful?

raku

Word 'if' interpreted as 'if()' function call. Parens not allowed

Import raku's `dir` function into Perl

perl raku

Why doesn't a Sequence get consumed when I assign it to an @var?

raku

Calling C function from Raku that was compiled in C++ on Windows, Why is it not working?

windows dll raku

Processing POST request of an audio file

raku cro

Change one letter in a string in Perl 6

raku

Can Declarator Blocks be used on variable declarations?

comments raku pod6

How to pipe a string to process' STDIN?

pipe raku

How to check system tray availability programmatically?

Recursively building nested hash from a simple array

raku

Checking whether signature accepts capture removes attribute values from invocant

raku

converting list of Str into list of Enums

enums raku

Raku - String invoking anonymous regex

raku

How do I "assign" the value in `CArray` that contains a memory address to a `Pointer`?

c pointers raku nativecall

How to receive just one line from an IO::Socket::Async in Raku?

raku

Change custom infix operation to compile to something else

raku

Using a grammar to parse a string without lookahead?

grammar raku