🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
Kaipei an `over-iterator`-backed [List|Array].STORE is looking very promising, just it puts a lot of stress on Iterator, exposing bugs elsewhere at the same time 14:03
Kaiepi for reassignments, it needs both special iterators and buffers to back those with to take care of segmenting of eager portions of an iteration 14:06
otherwise we get stuck with either no ($a, $b) = ($b, $a) or no laziness 14:07