Hacker News new | ask | show | jobs
by nick0garvey 2561 days ago
I'm looking at the source, but I'm not sure why "without stack consumption" is true. Is this because trampoline is written such that it takes advantage of tail call optimization even if the inner function doesn't?

https://github.com/clojure/clojure/blob/clojure-1.9.0/src/cl...