clojure.core/fn ;; this is a function. aka lambda, anonymous function (fn [x y] (+ x y)) ;; define a function and apply it to 3 4 ((fn [x y] ...
確定! 回上一頁