@[email protected] to Programmer [email protected]English • 7 months agoSome of my iterations are delightfully recursivelemmy.worldmessage-square53fedilinkarrow-up1517
arrow-up1517imageSome of my iterations are delightfully recursivelemmy.world@[email protected] to Programmer [email protected]English • 7 months agomessage-square53fedilink
minus-square@aubeynarflink2•6 months agoNot just calls to self - any time a function’s last operation is to call another function and return its result (a tail call), tail call elimination can convert it to a goto/jump.
Not just calls to self - any time a function’s last operation is to call another function and return its result (a tail call), tail call elimination can convert it to a goto/jump.