Comment on Reconsidering the way I explain programming (2020)parentComments−macintux5yIt depends on the language. Many good languages are designed to handle recursion safely.For some, it’s practically the only way to loop.
Comments
It depends on the language. Many good languages are designed to handle recursion safely.
For some, it’s practically the only way to loop.