@merari42 to Programmer [email protected]English • 9 months agoSome of my iterations are delightfully recursiveimagemessage-square56arrow-up1520arrow-down19
arrow-up1511arrow-down1imageSome of my iterations are delightfully recursive@merari42 to Programmer [email protected]English • 9 months agomessage-square56
minus-square@[email protected]linkfedilink5•9 months agoImmutable in order to protect against parallel code changing the size of the iterable?
minus-square@Donkterlink9•9 months agoImmutable because the only lists worth iterating over are the ones I define for myself.
Immutable in order to protect against parallel code changing the size of the iterable?
Immutable because the only lists worth iterating over are the ones I define for myself.