(refer to http://clojure.org/java_interop). Functions can be passed to other functions: (map + [1 2 3] [4 5 6]) ;; Equivalent to (list (+ 1 4) (+ 2 5) (+ 3 ...
確定! 回上一頁