Clojure 提供了更簡便的方式定義私有函式,便是使用 defn- 定義函式。 ... (ns burger-shop.core (:gen-class)) (defn -main "I don't do a whole lot ...
確定! 回上一頁