`java -cp clojure.jar clojure.main` is the preferred method of starting Clojure rather than using -jar, I think.
That's how I implement the exit function in the article.
`java -cp clojure.jar clojure.main` is the preferred method of starting Clojure rather than using -jar, I think.