Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Maven编译Clojure的首选方法是什么?
在我的特定情况下,我有一组 Clojure.clj文件,我希望.class在 Maven 编译阶段将它们 AOT 编译为文件,并包含在生成的.jar.
.clj
.class
.jar
You can check out this Maven plugin to compile clojure code.