I am interested in creating a .NET distributable with Clojure-clr, similar to using lein uberjar
on the jvm. I have downloaded the Clojure-clr binary files https://github.com/clojure/clojure-clr/downloads and can run the repl, however if I run Clojure.Compile.exe the program hangs. Presumably Clojure.Compile.exe wants additional arguments however I cannot find any documentation for how to use it. Does anybody have any experience or is this a dead project?
问问题
597 次
1 回答
2
我设法使用https://github.com/kumarshantanu/lein-clr进行编译,并仔细按照 3 个步骤快速入门。我使用的是带有默认 .NET 4.5 的 Windows 8.1。要直接使用二进制 Clojure.Compile.exe,您必须浏览源代码,因为当不带参数调用时,可执行文件不显示使用说明。
于 2013-11-12T21:07:48.720 回答