Search code examples
I need a Raku grammar to change itself based on a different match...


grammarrakudynamic-variables

Read More
Is it ok to use binding when declaring variables?...


raku

Read More
Inheriting from Array: construction...


raku

Read More
Copy some hash elements to another hash...


hashsubsetraku

Read More
"The Best Regex Trick" in Raku...


regexraku

Read More
Does the `do` keyword run a block or treat it as an expression?...


expressionrakudo-notationrakudo

Read More
Reduction meta-operator inconsistency...


operatorsreduceraku

Read More
Unexpected flattening of arrays when initalizing an array...


raku

Read More
How to use junction inside a perl6 regex interpolation?...


regexinterpolationrakujunction

Read More
How can I make a functional chaining operator in Raku?...


functional-programmingf#raku

Read More
What is the "semantic model" introduced in Apocalypse #1?...


rakumetamodelrakudonqp

Read More
CATCH and throw in custom exception...


raku

Read More
Why DateTime.now and Date.today.DateTime have different timezone?...


datetimetimezoneraku

Read More
Using a hash with object keys in Raku...


raku

Read More
Is there an elegant way in Raku to see if two ranges overlap?...


raku

Read More
When `whenever` block in `react` section starts processing events?...


reactive-programmingraku

Read More
How should Regexes be passed to MAIN in Raku?...


raku

Read More
Defining bareword operators in Raku...


syntaxrakudice

Read More
How can I use Raku Grammars with the comb function?...


raku

Read More
Elegant way to write when inside a for loop?...


raku

Read More
How to do a multiple dispatch (or an alternative) for a single pair?...


raku

Read More
How to forward declare a role to be used for an enum?...


raku

Read More
converting list of Str into list of Enums...


enumsraku

Read More
Raku Actions Predicated on Parse Success?...


parsingraku

Read More
Partial matching in a simple Raku program...


parsingraku

Read More
looping through classes using require...


classraku

Read More
Avoid repeating the same variable in a chain of conditions...


raku

Read More
Raku: Using hyper or race with junctions...


multithreadingconcurrencyrakujunction

Read More
Extracting from .bib file with Raku (previously aka Perl 6)...


latexrakutexbibtex

Read More
How to set a named parameter to an exported sub when importing a module?...


moduleexportraku

Read More
BackNext