generally the gitter room might get you better support - that said, iiuc the latest release of the clr clojure is 1.9, with what looks like a fairly complete 1.10 on master.
here are some build instructions for mac / linux that have worked recently: https://gist.github.com/sogaiu/58a15322da4290d63073326f00756846
johnjelinek have you tried changing into the directory where Clojure.Main.exe, and all of the ClojureCLR dlls are, and then running Clojure.Main.exe? That's what I have to do to get it to work. I recall something about Clojure.Main.exe NOT looking in "its" directory for its dependent dlls (e.g., spec).
Hi! I’m thinking about different ways of using clojure for mobile app development. Has anybody tried using ClojureCLR with Xamarin? Only references that I find on The Internet are quite old, Xamarin has progressed quite a bit since then.
I've been using Clojure JVM for a few years, but now I'm trying to use ClojureCLR to make it more attractive to my .NET development friends. I'd sure like to have a ClojureCLR Xamarin story!
I went into the directory where all the dlls are and same error