(load-reader (java.io.FileReader. "filename.clj"))
Sequentially read and evaluate the set of forms contained in the file
(defn load-reader "Sequentially read and evaluate the set of forms contained in the stream/file" {:added "1.0"} [rdr] (. clojure.lang.Compiler (load rdr)))
Comments top
No comments for load-reader. Log in to add a comment.