Hacker News new | ask | show | jobs
by jfb 4979 days ago
Tail-call elimination is a feature of the language environment, not of the language itself.
1 comments

Not necessarily. The Scheme spec requires tail-call elimination, and I think the same may be true of some other functional-ish languages.