merari42@lemmy.world to Programmer Humor@programming.devEnglish · 2 years agoSome of my iterations are delightfully recursivelemmy.worldimagemessage-square56linkfedilinkarrow-up1520arrow-down110
arrow-up1510arrow-down1imageSome of my iterations are delightfully recursivelemmy.worldmerari42@lemmy.world to Programmer Humor@programming.devEnglish · 2 years agomessage-square56linkfedilink
minus-squaresum_yung_gai@lemm.eelinkfedilinkarrow-up5·2 years agoImmutable in order to protect against parallel code changing the size of the iterable?
minus-squareDonkter@lemmy.worldlinkfedilinkarrow-up9·2 years 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.