orhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 2 months agoPeak code reuseeviltoast.orgimagemessage-square38linkfedilinkarrow-up1455arrow-down16
arrow-up1449arrow-down1imagePeak code reuseeviltoast.orgorhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 2 months agomessage-square38linkfedilink
minus-squareMad_Punda@feddit.orglinkfedilinkarrow-up25·2 months 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.