to Clojure Mailing List. Consider that: (defn add [a b] (+ a b)). is expanded to (something like):. (def add (fn [a b] (+ a b))).
確定! 回上一頁