This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echoplex:clojure-with-contrib-hello-world gabriel$ ls | |
Gemfile README.markdown | |
echoplex:clojure-with-contrib-hello-world gabriel$ cat Gemfile | |
gem "clojure-contrib" | |
echoplex:clojure-with-contrib-hello-world gabriel$ java -cp `javagem classpath` clojure.main -e '(println "hello, world")' | |
hello, world | |
echoplex:clojure-with-contrib-hello-world gabriel$ javagem classpath | |
/Users/gabriel/.javagem/java/gems/clojure-1.0.0/lib:/Users/gabriel/.javagem/java/gems/clojure-contrib-0.1.1/lib | |
echoplex:clojure-with-contrib-hello-world gabriel$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment