在过去6个月里,我一直在接手我的衣着。
I.e., whenever I want to run the app, I load up a clojure repl, then I type in: (load-file "src/run.clj") ... and it runs my app.
之后,我的所有文件都装上了衣物,汇编了这些档案,并投入使用。
I have recently switched over to Lein. I would like to "compile ahead of time / package up" my code, so that I can get a single jar, with Main method, and run it directly on the command line via "java ..." rather than having to load up a clojure/lein repl.
我清楚地看到,我需要做一些调试。 然而,如果有人可以向我说好的教导的话,那将非常感激。
感谢!