Without actually seeing the code, only guess I can make is that you are
probably using vars with underscores in them. While I do not know for sure
that it is not allowed, I do know that they are typically avoided. Usually,
I think, something like
read-json-from
gets internaly converted to
read_json
Hi!
When I try to compile a class from repl I am getting following error
user=> (compile 'xyz.modules.accounts.accounts)
java.lang.ClassNotFoundException: clojure.contrib.json.Read_JSON_From
(json.clj:167)
I have tried searching the docs but I cant find
clojure.contrib.json.Read_JSON_From anywh