Is there a colored REPL for Clojure?

后端 未结 11 723
孤城傲影
孤城傲影 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:51

    • Install Emacs 24
    • Install Emacs Starter Kit v2
    • M-x package-install -> starter-kit-lisp
    • Add to init.el: (add-hook 'slime-repl-mode-hook 'clojure-mode-font-lock-setup)
    • Install Swank for Clojure
    • Open your Clojure project and M-x clojure-jack-in

    Emacs REPL

提交回复
热议问题