orhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 4 days agoPeak code reuseeviltoast.orgexternal-linkmessage-square43fedilinkarrow-up1458arrow-down15
arrow-up1453arrow-down1external-linkPeak code reuseeviltoast.orgorhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 4 days agomessage-square43fedilink
minus-squareMad_Punda@feddit.orglinkfedilinkarrow-up24·edit-24 days 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.