Y
Hacker News
new
|
ask
|
show
|
jobs
by
pmarreck
3669 days ago
Tail-call optimization eliminates those. Assuming your language provides it, and assuming you trigger it correctly. ;)
http://stackoverflow.com/questions/32164370/does-elixir-infi...
1 comments
rusabd
3669 days ago
TCO eliminates some types of recursion. Not all of them.
link
tome
3669 days ago
Eliminates some types of
stack usage
, not "recursion".
link