orhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 21 days agoPeak code reuseeviltoast.orgimagemessage-square41linkfedilinkarrow-up1469arrow-down16
arrow-up1463arrow-down1imagePeak code reuseeviltoast.orgorhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 21 days agomessage-square41linkfedilink
minus-squareMad_Punda@feddit.orglinkfedilinkarrow-up25·edit-221 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.