Hacker News new | ask | show | jobs
by i_s 4827 days ago
Someone has made TCO possible in Clojure already: https://github.com/cjfrisz/clojure-tco
1 comments

That's very cool. But note that as far as I can tell it only handles mutual recursion, not arbitrary tail calls (e.g. calls to a function argument).