Efficient Clojure workflow?

后端 未结 2 692
鱼传尺愫
鱼传尺愫 2021-01-31 17:10

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:

  1. Start Swank with
2条回答
  •  北海茫月
    2021-01-31 18:11

    I'm not sure about Lein, but in Maven you could specify name of the repl script (replScript config param), that allows to specify which commands will be executed on start of REPL & Swank... And if you have separate namespace for your project, you could use functions from clojure.contrib.find-namespaces to find your namespaces and load them all....

提交回复
热议问题