|
|
|
|
|
by treerex
3938 days ago
|
|
Lisp != Common Lisp. The very thought that you can cut-n-paste code from one Lisp dialect to another is daft. The author obviously didn't take the time to acquaint themselves with the basics of Clojure. The lack of TCO in JVM hosted languages is besides the point. It is also possible for the Clojure compiler to do TCO in certain cases: Rich Hickey made the conscious decision to not do it. |
|