Getting Vars to bind properly across multiple files
- by Alex Baranosky
I am just learning Clojure and am having trouble moving my code into different files.
I keep detting this error from the appnrunner.clj -
Exception in thread "main" java.lang.Exception: Unable to resolve symbol: -run-application in this context
It seems to be finding the namespaces fine, but then not seeing the Vars as being bound... Any idea…