project.clj: (defproject testing-compilation "0.1.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.8.0"]] ;; this is important! :aot :all) src/core.clj
確定! 回上一頁