Tag Archives: classpath

Printing the class-path in Clojure

Let’s compare how we print the class-path in Clojure and how we do it on Java. In Clojure: (println (seq (.getURLs (java.lang.ClassLoader/getSystemClassLoader))))

Posted in rant | Tagged , , | 1 Comment