Hacker News new | ask | show | jobs
by morphir 5862 days ago
write factorial in scheme, then in clojure. And you might see an very interesting difference. Hint: the jvm does not have tail call optimization.
1 comments

As if somebody would pick Scheme over Clojure for tail call optimization alone.

Clojure has a lot of handy stuff and the fact that's built on top of the JVM (with its limitations, indeed) is a major plus.