Hacker News new | ask | show | jobs
by kazinator 466 days ago
Someone who doesn't believe that stack is "space" will not believe that it's "memory" either. :)
1 comments

Tail call optimization uses no stack at all
Therefore it would not be said to use space in proportion to the number of calls that have not returned.