Hacker News new | ask | show | jobs
by kazinator 3626 days ago
The point of tail recursion is using constant space for the environment and control flow meta info, not constant space absolutely.