I am interested in creating a .NET distribution with Clojure -clr, similar to using lein uberjar on jvm. I downloaded the Clojure -clr binaries https://github.com/clojure/clojure-clr/downloads and can run repl, however, if I run Clojure.Compile.exe the program freezes. Presumably Clojure.Compile.exe wants additional arguments, however I cannot find documentation on how to use it. Does anyone have experience or is this a dead project?
source share