orhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 19 hours agoPeak code reuseeviltoast.orgimagemessage-square21fedilinkarrow-up1295arrow-down14
arrow-up1291arrow-down1imagePeak code reuseeviltoast.orgorhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 19 hours agomessage-square21fedilink
minus-squareMad_Punda@feddit.orglinkfedilinkarrow-up22·edit-218 hours 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.