InterviewSolution
| 1. |
Where Does Swank-clojure (slime) Look For Clojure's Jars? |
|
Answer» When you start it with M-x slime, it will ADD all jars under CHECK ~/.clojure and ~/.swank-clojure to your CLASSPATH. You will need at LEAST clojure.jar, clojure-contrib.jar and swank-clojure.jar. You can DOWNLOAD pre-built Clojure and Contrib jars from build.clojure.org and swank-clojure.jar from Clojars. When you start it with M-x slime, it will add all jars under check ~/.clojure and ~/.swank-clojure to your classpath. You will need at least clojure.jar, clojure-contrib.jar and swank-clojure.jar. You can download pre-built Clojure and Contrib jars from build.clojure.org and swank-clojure.jar from Clojars. |
|