Syntax highlighting in Lein REPL?

clojure, leiningen

Solution

Ultra, “a Leiningen plugin for a superior development environment”, highlights syntax well for REPL output, among other useful things.

At the moment, there are no plugins or stand-alone REPLs that highlight syntax for input.

Problem

I want to configure Lein so that I see a colored REPL, like Emacs' nREPL. How can I do this? I couldn't find any help on Google. Do I need to learn Bash scripting first?

Original source

Related problems