@merari42@lemmy.world to Programmer Humor@programming.devEnglish • 1 year agoSome of my iterations are delightfully recursivelemmy.worldimagemessage-square56arrow-up1522
arrow-up1522imageSome of my iterations are delightfully recursivelemmy.world@merari42@lemmy.world to Programmer Humor@programming.devEnglish • 1 year agomessage-square56
minus-square@sum_yung_gai@lemm.eelinkfedilink5•1 year agoImmutable in order to protect against parallel code changing the size of the iterable?
minus-square@Donkter@lemmy.worldlinkfedilink9•1 year 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.