I seem to be doing something wrong. I built clojure from git and call it this way:
java -cp clojure.jar clojure.main
I get repl and then I type:
(import 'java.lang.string)
and I get:
java.lang.ClassNotFoundException: java.lang.string (NO_SOURCE_FILE:1)
I am trying to use this with lang.string, since I am assuming that it should exist in the classpath somewhere. I tried other libraries, all without much luck. What am I doing wrong?
clojure
Timothy baldridge
source share