Hi All,
We are using Clojure on the JVM but one of our .Net developers has asked me whether I have considered using it on the CLR. I haven't tried doing it so I wondered if anyone can share any experiences using Clojure on the CLR? A quick google search suggests the project is still active but not especially vibrant (current version 1.4, last commit 24 days ago) but maybe that's unfair.
I'm broadly interested in the following...
* Is Clojure CLR production ready?
* Do its version numbers correspond to the core Clojure version numbers? (would it be fair to say the Java version is the core version)
* Is it sensible to think in terms of writing platform independent code in the same way as we do with cljx files in ClojureScript?
* How good is the Visual Studio support for Clojure?
* Does Leiningen work?
* Are there any significant pitfalls to be aware of?
Any other comments would be greatly appreciated.
Many Thanks
Adrian