Y
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
dragonwriter
3093 days ago
As the article notes, what Erlang has is Last Call Optimization, this is significantly more general than tail recursion optimization.
link