Search code examples
What does the sigil .^ mean in Perl 6?...


raku

Read More
NativeCall can't find a function in Kernel32.dll...


windowswinapirakunativecall

Read More
Pass a complex struct to the Windows API...


winapirakukernel32nativecall

Read More
How do you customise text segmentation to not break between a digraph?...


perlunicoderakutext-segmentation

Read More
Possible to use Promise.in with infinite time?...


promiseraku

Read More
How do we work with OS-independent paths in Perl 6?...


windowsraku

Read More
How to add a class attribute dynamically?...


metaprogrammingraku

Read More
Exception thrown when adding an element into a SetHash declared as "state %set is SetHash[Str]&...


rakusethash

Read More
Sigilless variables, constants, bindings: when to choose what...


raku

Read More
How to make Perl 6 grammar produce more than one match (like :ex and :ov)?...


raku

Read More
Perl6: Picking a pair of coordinates...


raku

Read More
Using a variable in a Perl 6 program before assigning to it...


raku

Read More
Perl 6: writable multidimensional subscript access with AT-POS...


raku

Read More
perl6 Is there a way to do editable prompt input?...


inputdefaultpromptraku

Read More
Can I introspect a variable to directly discover what subset it was declared with?...


introspectionraku

Read More
Perl6: Constructors in subclases...


constructorraku

Read More
Why is Perl 6's loop variable declaration in the outer scope?...


loopsfor-loopraku

Read More
Is that one argument or none for a Perl 6 block?...


argumentssubroutineraku

Read More
pointer to constructor to a class in perl6...


classraku

Read More
Why is PSIXDISTS excluded from modules.perl6.org's rsync?...


modulecpanraku

Read More
How can I use a non-caching infinite lazy list in Perl 6...


raku

Read More
What is the difference in contexts in nested and non-nested maps in Perl 6?...


lazy-evaluationraku

Read More
Can a finite list be lazy in Perl 6?...


lazy-evaluationraku

Read More
Is it safe, to share an array between threads?...


variablesconcurrencyraku

Read More
How would I go about using Set or Setty to store unique arrays?...


raku

Read More
Can you loop a Perl 6 block that's in a variable?...


rakucontrol-structure

Read More
Assignment to nested lists in Perl 6...


raku

Read More
Maps, nested maps and sink context...


raku

Read More
When does for call the iterator method?...


mixinsraku

Read More
What is the syntax for deleting an array element if you don't know its index?...


arraysraku

Read More
BackNext