I\'d like to know the \"recommended\" way of reading and writing a file in clojure 1.3 .
(require '[clojure.java.io :as io]) (io/copy (io/file "/etc/passwd") \*out*\)