Does this help? In Clojure 1.3.0: (use ['clojure.string :only '(split)]) (defn str-to-ints [string] (map #(Integer/parseInt %) (split string ...
確定! 回上一頁