Hacker News
new
past
comments
ask
show
jobs
points
by
lioeters
14 hours ago
|
comments
by
clhodapp
5 hours ago
|
[-]
No algorithm requires tail-call elimination in a general-purpose language with imperative mutability. It's just another way to express iteration.
reply
by
spider-mario
16 minutes ago
|
parent
|
[-]
Sure, but mutual recursion might require `goto` for example. Or an explicit state machine.
reply