Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raku

What does ~ mean inside a Grammar (in Perl 6)?

parsing grammar raku

How can I declare and use a Perl 6 module in the same file as the program?

module raku

Passing an array of structures to a Perl 6 NativeCall function

raku nativecall

Special symbols as elements of strings array in Perl 6

raku

How can I test if a method is defined in a Perl 6 class?

testing raku

Grammar.parse seems to loop forever and use 100% CPU

grammar raku

How to convert an url to an IP address

raku

Find out whether a container is a class or an object

raku mop

Perl6 Redis stuck when ask for output

redis raku

Where is "require" defined?

raku rakudo mop

perl6 spurt vs file handle

raku spurt

`Missing or wrong version of dependency` after recompiling nqp

raku rakudo nqp

How to prevent the perl compiler from changing the name of dynamic link library

raku zef

Module not found when extracting documentation

raku

How do you customise text segmentation to not break between a digraph?

How to write a Raku declaration for a C function returning a whole struct?

raku nativecall

How can you write a customizable grammar?

parsing grammar raku

How can you write a supply with a dynamic throttle?

reactive-programming raku

Check if a string contains a substring. Additionally, get index and number of match (Raku)

raku

Are there cases when I have to use `elems` with an array to make it work?

arrays element raku