Search code examples
.netclojureclojureclr

How mature is clojure-clr? Can I use it with Mono?


How mature is clojure-clr? Does this support all the functions that clojure/jvm provides? Does it run on Mono without any problem?

I tried clojure-clr, and it seems to work fine with REPL. However, when I tried to run examples with mono Clojure.Main.exe clojure/samples/ants.clj, I got a bunch of error messages. Is this a problem with running clojure-clr on Mono?


Solution

  • It is commonly used from, what i gather, on mono though it gets less attention than clojure-jvm in almost every way so it seems reasonable to expect it to lag the JVM version on features and have its own set of bugs. Slower development may also reduce the bug creation rate perhaps?