Hacker News new | ask | show | jobs
by ufo 89 days ago
Tail call optimization optimizes the situations where the recursion doesn't actually need any stack space, but I think the parent poster is asking about situations that aren't tail recirsive.