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.)