Skip to content

Instantly share code, notes, and snippets.

@ctran
Created May 1, 2011 14:53
Show Gist options
  • Save ctran/950547 to your computer and use it in GitHub Desktop.
Save ctran/950547 to your computer and use it in GitHub Desktop.
A simple Clojure repl.
(->> (read) (eval) (println) (while true))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment