java.lang.RuntimeException: Unable to resolve symbol: update in this context, compiling:(NO_SOURCE_PATH:0)
The function clojure.core/update seems to be unavailable ( - I get the error message you see above when I try to use it - ), whereas the function clojure.core/update-in, on the other hand, is available.
Why is that?