I am trying to install Clojuratica and am getting this error
IllegalStateException Can't dynamically bind non-dynamic var: clojuratica.runtime.dynamic-vars/*kernel* clojure.lang.Var.pushThreadBindings (Var.java:353)
When executing this command:
(def math-evaluate ^:dynamic (math-evaluator kernel-link))
from the instructions on this page:
http://clojuratica.weebly.com/tutorial.html
The error looks like it's something to do with this page:
https://github.com/gasc/Clojuratica/blob/master/src/clj/clojuratica.clj
Anyone know how this could be fixed?