- Clojure
1.11.3
From emacs:
- Connect:
M-x cider-jack-in - Disconnect:
M-x cider-quit
No need to run the repl manually (i.e. open a terminal and run it).
clj -M:run # or run-dev
or
./server.sh
Fix clojure format issues:
clj -M:fmt fix
Run tests:
clojure -M:test