(require '[clojure.java.io :as io]). Read a file into one long string: (def a-long-string (slurp "foo.txt")). Note, you can pass urls to slurp as well.
確定! 回上一頁