(require '[clojure.java.io :as io]) ; ➀ (with-open [r (io/reader "/usr/share/dict/words")] ; ➁ (count (line-seq r))) ; ➂ ;; 235886.
確定! 回上一頁