July 2, 2016 draft emacs

'(Emacs Cider Quick-Start)

Audience: programmers

Starting it up

C-c M-j  --  jack into cider
C-c C-c  -- eval at point
C-x C-s C-c C-k  --  save and (re)load buffer

Testing

Cider is geared toward clojure.test, not Midje.

C-c C-e  --  eval sexp
C-c C-c  C-c C-t C-t  --  eval and test at point

Add a dependency. Then:

M-x cider-restart

In the REPL

,  --  show commands