(defn- keywordize [coll] (apply concat (for [[k v] (into {} coll)] [(keyword k) v]))) (defn -javaFunction [args] (apply clojure-function ...
確定! 回上一頁