A functioning #clojure REPL in a toot:
(defmacro _loop [& body] `(while true ~@body))
(-> (read) (eval) (println) (_loop))
A functioning #clojure REPL in a toot: (defmacro _loop [& body] `(while true ~@body)) (-> (read) (eval) (println) (_loop)) No comments
|