Is there a colored REPL for Clojure?

后端 未结 11 663
孤城傲影
孤城傲影 2020-12-23 14:09

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

11条回答
  •  生来不讨喜
    2020-12-23 14:43

    The Eclipse Counterclockwise REPL provides full syntax colouring (including rainbow bracket colouring).

    I believe it uses nREPL under the hood.

提交回复
热议问题