I found that I can use the Chris Houser repl-utils library (clojure.contrib.repl-utils / source or show) to search in Java by reading the Clojure Program p. 20.
I searched the Internet and downloaded 'clojure -contrib.jar' and installed it as part of the class path.
The problem is that I cannot run the following command
(use 'clojure.contrib.repl-utils)
on the Clojure command line and emacs / slime.
What could be wrong? Is the Chirs Houser library different from "clojure -contrib.jar"?
source
share