Search code examples
How do I load a module relative to script in Raku with Raku equivalent of FindBin...


moduleraku

Read More
How to enforce immutability with the Raku typesystem?...


typeshashmaprakutypechecking

Read More
Understanding Raku's `&?BLOCK` compile-time variable...


metaprogrammingrakucompile-timerakudo

Read More
How to handle nested array with >> and return a flat array?...


arraysraku

Read More
Partial Match in a Grammar...


raku

Read More
Support Whatever ranges in multidimensional subscript access with AT-POS...


raku

Read More
What's the real difference between a token and a rule?...


grammarraku

Read More
how to pass a class method as argument to another method of the class in perl 6...


rakufunction-object

Read More
How to mock a class method when unittesting in Raku...


unit-testingmethodsmockingraku

Read More
Raku how to pass a pointer to a Buf to a native call for writing...


rakunativecall

Read More
How can I write an alias of Raku regexes?...


aliasgrammarraku

Read More
How to dump MoarVM bytecode...


rakumoarvm

Read More
Is there some model to use to understand containers, references, raw, rw, \ in Raku?...


bindingreferencerakuassignment-operator

Read More
Can I write an object that behaves like a hash?...


objectraku

Read More
It is possible to write NQP's precedence parser in Raku...


grammarrakunqp

Read More
Returning a 'raw' scalar container from AT-POS method (rather than a Proxy instance) in a cl...


raku

Read More
Testing private methods in Raku...


testingmethodsmetaprogrammingprivateraku

Read More
Regex/token/rule to match nested curly braces?...


grammarraku

Read More
Cloning Objects in Raku...


objectcloneraku

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


parsinggrammarraku

Read More
After first "once {next}" block, other same-scoped "once" blocks fail to execute...


raku

Read More
Is it possible to access static methods and attributes outside the class in Raku?...


classmethodsstaticattributesraku

Read More
How to include file in Raku...


perl-moduleraku

Read More
Subroutine 'say' is not declared on CommaIde...


rakucommaide

Read More
How can you write a conditional based on the definedness of multiple variables?...


nullconditional-statementsraku

Read More
What is the raku equivalent of the JavaScript arrow function?...


javascriptfunctional-programmingraku

Read More
In Raku, what is the "Node" type or distinguished value?...


typestreeraku

Read More
How to keep Nil from reverting container to its default value?...


data-structuresnodesraku

Read More
Using 'after' as lookbehind in a grammar in raku...


regexgrammarraku

Read More
A better way to introspect a capture...


rakuintrospection

Read More
BackNext