Comment by flohofwoe
1 year ago
Well, if you use recursive code, you better know what you're doing. With or without tail call optimization.
1 year ago
Well, if you use recursive code, you better know what you're doing. With or without tail call optimization.
Loops are just a special, limited case of recursion.
(And only necessary in languages that have trouble implementing function calls properly.)