orhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 1 day agoPeak code reuseeviltoast.orgimagemessage-square41fedilinkarrow-up1440arrow-down15
arrow-up1435arrow-down1imagePeak code reuseeviltoast.orgorhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 1 day agomessage-square41fedilink
minus-squareMad_Punda@feddit.orglinkfedilinkarrow-up24·edit-21 day 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.