|
|
|
|
|
by jared314
4148 days ago
|
|
There was an effort, in 2012, to create a generalized TCO in Clojure using CPS and trampolining. I don't remember why it wasn't fully pursued, but the JVM team is now talking about eventually fixing the core issue behind not supporting tail calls. Clojure Conj 2012: http://youtu.be/RLqqGSthmC0 Source: https://github.com/cjfrisz/clojure-tco |
|