Search code examples
Simple, stoppable Timer using Raku concurrency...


concurrencyraku

Read More
Strange behavior when changing $*SCHEDULER after execution of external program...


rakurakudo

Read More
How to add an attribute and its accessors in Raku using add_attribute()?...


metaprogrammingrakurakudo

Read More
perl6 array assignment: pointer or copy?...


arrayspointersclonevariable-assignmentraku

Read More
How do I create a class with the same name as a built-in one without overshadowing it in Raku?...


raku

Read More
How to convert Hex string to IEEE754 Float number with Raku?...


rakupackunpack

Read More
Can I check the type of the keys/values of an Array of Pairs?...


raku

Read More
Using public and private methods inside their class...


raku

Read More
What's the Raku equivalent of the super keyword as used in JavaScript and Python?...


javascriptpythonoopinheritanceraku

Read More
How do I create a multiline string in Raku?...


stringrakumultilinetemplate-literals

Read More
Raku NativeCall to SOD Segmentation fault...


raku

Read More
perl6 Negating multiple words and permutations of their chars inside a regex...


regexpermutationrakunegation

Read More
perl6: how to specify multiple requirements for a parameter of a function?...


parameterssignatureraku

Read More
How does the scope effect EVAL of an infix:<> sub?...


scoperakusubroutineinfix-notation

Read More
perl6 min and max of mixed Str and Int arguments...


maxminraku

Read More
How are Junctions evaluated?...


raku

Read More
Safely escaping Raku regex metacharacters...


regexraku

Read More
Is it possible to implement lisp "language" in Raku?...


lispraku

Read More
How to introspect a Raku operator?...


functionoperatorsraku

Read More
Does Raku have Python's Union type?...


pythonunionraku

Read More
Why the pointy block with Match in for loop output Nil?...


regexraku

Read More
How can I stop Raku collapsing a list containing a single list?...


raku

Read More
Haskell-like pattern matching in Raku...


haskellfunctional-programmingpattern-matchingraku

Read More
What's the difference between :D and :D:?...


raku

Read More
Does anyone know why the TWEAK routine gets hit before the BUILD routine?...


rakurakudo

Read More
Is there a way to consume request.body multiple times in Cro?...


rakucro

Read More
Possible to automatically fold POD in Comma IDE?...


rakuideavimcommaide

Read More
Foldcase conversion between (German) lower ß (U+00DF) and upper ẞ (U+1E9E)?...


stringunicodestring-comparisonrakuunicode-string

Read More
How do I register different events in a supply in Raku?...


asynchronouseventspromiseraku

Read More
Raku type inference...


type-inferenceraku

Read More
BackNext