Hacker News new | ask | show | jobs
by bellp1234 3423 days ago
Curious if Clojure for CLR has tail call optimization given the CLR supports it?
2 comments

Doubtful given it's built with C# which is pretty directly ported from the Java implementation.

https://news.ycombinator.com/item?id=1118986

http://stackoverflow.com/questions/491376/why-doesnt-net-c-o...

i dont think clojure for clr is maintained much
The CLR port has been maintained and is up to date with the latest stable version of the JVM Clojure version. https://github.com/clojure/clojure-clr/blob/master/changes.m...
David Miller has been keeping it up to date for years, his efforts are not well enough appreciated.