Efficient Clojure workflow?
- by Alex B
I am developing a pet project with Clojure, but wonder if I can speed up my workflow a bit.
My current workflow (with Compojure) is:
Start Swank with lein swank.
Go to Emacs, connect with M-x slime-connect.
Load all existing source files one by one. This also starts a Jetty server and an application.
Write some code in REPL.
When satisfied with…