immutant

http://immutant.org Note: dev discussion happens in #immutant on FreeNode IRC.
Pontus 2017-11-10T06:20:53.000095Z

fyi, I solved my reloading issue by prepending #' to every ring handler I created with the compojure defroutes macro. E.g. (def app (-> #'app-routes (wrap-development) ..... )