Reading text from stdin can be done with (slurp *in*) . To get a lazy seq of lines (the -i flag), you can use: (ns script (:require [clojure.java.io :as ...
確定! 回上一頁