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