Search code examples
Why does a Perl 6 Str do the Positional role, and how can I change []?...


rolerakumultimethod

Read More
Signature can't be resolved when it's aliased to a constant...


rakudispatch

Read More
How to install only test dependencies with Zef...


rakuzef

Read More
Alternation in regexes seems to be terribly slow in big files...


regexraku

Read More
Signature restriction in roles in raku...


raku

Read More
solving an exponential equation in Raku...


equationrakusolverequation-solving

Read More
Making a custom declarator...


raku

Read More
Defining classes with several API versions together...


rakumop

Read More
perl6: Cannot unbox 65536 bit wide bigint into native integer...


bigintegerraku

Read More
Do array indices need to be native ints?...


raku

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


arrayselementraku

Read More
How to override the NQPMatch.Str function...


rakunqp

Read More
How to reuse a language token in a custom Grammar (Raku)...


rakunqp

Read More
Why is there such a large performance difference between these two scrips that do the same thing?...


raku

Read More
Perl 6 to show index while looping through a list...


raku

Read More
Testing with a metaoperator doesn't print the test description...


testingraku

Read More
How to make a list of 2-element lists into a hash?...


raku

Read More
Parse from String and convert to float, integer (Raku)...


raku

Read More
Merge Hash (Raku)...


raku

Read More
perl6 What is a quick way to de-select array or list elements?...


arrayssetrakudeselect

Read More
Convert a string to list of hexadecimal of each byte (Raku)...


raku

Read More
Check if a list is empty (Raku)...


raku

Read More
How to remove duplicates items in list (Raku)...


raku

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


raku

Read More
Custom operator to suppress sink context...


raku

Read More
Named regex fails capture in raku...


regexraku

Read More
Cro: How to define port for each services in .cro.yml?...


rakucro

Read More
preventing extreme memory usage...


memoryraku

Read More
How to print an object, type in nqp...


rakunqp

Read More
Difference between single pipe and double pipe in Raku Regex (| Vs ||)...


rakunqp

Read More
BackNext