Any idea why I’m getting this error when trying to get the docs of a function?
Execution error (ClassNotFoundException) at java.net.URLClassLoader/findClass (URLClassLoader.java:471).
clojure.repl
Does it go away if you :Require clojure.repl
?
Yep. Thanks @dominicm!