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?