Hacker News new | ask | show | jobs
by bearhall 3093 days ago
Yes. Erlang has tail recursion which helps prevent that http://learnyousomeerlang.com/recursion
1 comments

As the article notes, what Erlang has is Last Call Optimization, this is significantly more general than tail recursion optimization.