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 automati
CIDER users can obtain a coloured REPL by adding the following to their config:
(setq cider-repl-use-clojure-font-lock t)