interactive-syntax-clojure
interactive-syntax-clojure copied to clipboard
`eval` doesn't work in a VISr's render
Eval works fine when run via the run button:
(eval '(+ 1 2))
But running eval in a visr's render method calls it to inexplicably fail.
(Note that this is cljs.core/eval, NOT cljs.js/eval.)