(require '[clojure.java.io :as io]) (with-open [rdr (io/reader "/tmp/work.txt")] (->> (line-seq rdr) ... Count the length of each 'split'.
確定! 回上一頁