merari42@lemmy.world to Programmer Humor@programming.devEnglish · 7 months agoSome of my iterations are delightfully recursivelemmy.worldimagemessage-square56fedilinkarrow-up1465arrow-down19
arrow-up1456arrow-down1imageSome of my iterations are delightfully recursivelemmy.worldmerari42@lemmy.world to Programmer Humor@programming.devEnglish · 7 months agomessage-square56fedilink
minus-squaresum_yung_gai@lemm.eelinkfedilinkarrow-up4·7 months agoImmutable in order to protect against parallel code changing the size of the iterable?
minus-squareDonkter@lemmy.worldlinkfedilinkarrow-up8·7 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.