List Question
20 TechQA 2024-03-31T07:24:50.777000cannot use `OUTER` as label name for loop control in Raku
72 views
Asked by AlvaPan
Is it possible to append subroutines to a Raku module at runtime?
131 views
Asked by Rawley Fowler
Why doesn't a Sequence get consumed when I assign it to an @var?
172 views
Asked by 7stud
TR/// : How do you apply TR to a string?
108 views
Asked by 7stud
Regex word boundary: <|wb> v. <?wb>
150 views
Asked by 7stud
Raku exceptions: why are errors thrown sometime after the code that caused the errors?
161 views
Asked by 7stud
subset name of Any where Str|True: why does the name type match every type?
132 views
Asked by 7stud
Mapping a List with a Hash argument
161 views
Asked by 7stud
MAIN() function: how does multi-dispatch work?
115 views
Asked by 7stud
How to make a Raku test optional if a module is not installed
129 views
Asked by Rawley Fowler
Which 'Perl Traps' have not been fixed in Raku?
128 views
Asked by jubilatious1
Does Raku has a data type for encoding side effects as pure values?
193 views
Asked by ohmycloudy
How do I get a &-conjoined regular expression to be considered as long a match as its constituents?
160 views
Asked by darch
Is it possible to use the index of an array in a map block?
416 views
Asked by Mimosinnet
How, and how best, to select a method/sub based on a boolean?
156 views
Asked by Richard Hainsworth
How to extract data from RakuAST 's
144 views
Asked by Richard Hainsworth
Can't use sequence operator `...` on a separate line in Raku
134 views
Asked by mscha
Confused about 'capturing'-behavior of ( ... ) e.g. "immutable lists" vs. [ ... ] e.g. "arrays"
128 views
Asked by chromis
How do I find all possible values of an enum in Raku?
199 views
Asked by mscha
List seems to be reused but bare value works fine
114 views
Asked by marwy