在阅读clojure -h*时,我找到了--main选项: -m, --main ns-name Call the -main function from anamespace with args(defn -main [& args]
(println "Hello是否可以使用--main -main 参数直接
我正在研究Clojure,我读过在Clojure中函数定义只是数据,即参数向量只是一个普通的向量。如果是这样的话,我为什么要这么做 (+ a b)))(def vector-of-symbols [a b])
(defn2 add [a b] (+ a b)) ;;I get "Use of undeclared Var app.core/de