Skip to content

Instantly share code, notes, and snippets.

@phoenix24
Created November 23, 2011 17:40
Show Gist options
  • Save phoenix24/1389330 to your computer and use it in GitHub Desktop.
Save phoenix24/1389330 to your computer and use it in GitHub Desktop.
JLine Clojure
# for my ubuntu - 10.10
# install jline
$ sudo apt-get install libjline-java libjline-java-doc
# check the version which is installed.
$ dpkg -L libjline-java
# run clojure with jline.
$ java -cp /usr/share/java/jline-0.9.94.jar:clojure.jar jline.ConsoleRunner clojure.main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment