CIDER
https://scrapbox.io/files/65de26b385100e0029272acc.svg
CIDER: The Clojure Interactive Development Environment that Rocks
clojure-emacs/cider: The Clojure Interactive Development Environment that Rocks for Emacs
/ayato-p/Emacs+CIDERに関するQ&A
EmacsEmacs.icon 内で REPL を起動
$ lein repl
外部 library を使ひたい事も多いから、project.clj を介するといい
nREPL Server :: nREPL でもいい
M-x sider-jack-in
Using cider-mode :: CIDER Docs
C-c C-z REPL から code へ移動
C-x C-o (Emacs 標準) 分割ウィンドウの移動
C-c C-e cursor 下の S 式を評価
(〜)| に cursor を置く
C-c C-k buffer を評価