orhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 1 month agoPeak code reuseeviltoast.orgexternal-linkmessage-square41linkfedilinkarrow-up1468arrow-down16
arrow-up1462arrow-down1external-linkPeak code reuseeviltoast.orgorhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 1 month agomessage-square41linkfedilink
minus-squareMad_Punda@feddit.orglinkfedilinkarrow-up24·1 month agoMight very well be an endless loop because tail recursion can be optimized to reuse the stack frame. Depends on a lot of things of course.
Might very well be an endless loop because tail recursion can be optimized to reuse the stack frame. Depends on a lot of things of course.