Is there a colored REPL for Clojure?
I'd like to get a colored REPL for clojure code, similar to what you can do with IRB for Ruby. Are there any libraries or settings for user.clj that provide automatic coloring of the REPL? Example IRB: I do not know of any way to have the basic Clojure REPL, as started by something like java -cp clojure.jar clojure.main , do syntax highlighting. If, however, you use Emacs & SLIME (the development environment of choice of a great part of the Clojure community!), then you can have the SLIME REPL highlight syntax like clojure-mode does. First, you'll have to lift some code from the clojure-mode