You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
This (defmacro defn [name & body] (clojure.core/defn ~name ~@Body))works fine in the Clojure repl, but results inclojure.lang.Compiler$CompilerException: java.lang.RuntimeException: Can't create defs outside of current ns, compiling:(null:6:1)` in LightTable Instarepl.
The text was updated successfully, but these errors were encountered:
From LightTable/LightTable#1828:
This
(defmacro defn [name & body]
(clojure.core/defn ~name ~@Body))works fine in the Clojure repl, but results in
clojure.lang.Compiler$CompilerException: java.lang.RuntimeException: Can't create defs outside of current ns, compiling:(null:6:1)` in LightTable Instarepl.The text was updated successfully, but these errors were encountered: