io@piefed.blahaj.zone to Programmer Humor@programming.devEnglish · 21 hours agowith a break statement right?piefed.cdn.blahaj.zoneimagemessage-square36fedilinkarrow-up1522arrow-down114file-text
arrow-up1508arrow-down1imagewith a break statement right?piefed.cdn.blahaj.zoneio@piefed.blahaj.zone to Programmer Humor@programming.devEnglish · 21 hours agomessage-square36fedilinkfile-text
minus-squareryannathans@aussie.zonelinkfedilinkarrow-up2·edit-210 hours agoI think you’re talking about tail recursion https://en.wikipedia.org/wiki/Tail_call (see section on equivalence to while statement) Not the standard case where the stack grows
I think you’re talking about tail recursion
https://en.wikipedia.org/wiki/Tail_call (see section on equivalence to while statement)
Not the standard case where the stack grows