Why is leiningen so slow when it starts?

前端 未结 5 1256
余生分开走
余生分开走 2021-02-13 14:34

I\'m using lein repl to execute clojure repl in console. When I run it, it takes over 15 seconds. When I run java -cp clojure-1.6.0.jar clo

5条回答
  •  粉色の甜心
    2021-02-13 15:10

    There are multiple ways to improve the startup time off lein. Documented here:

    https://github.com/technomancy/leiningen/wiki/Faster

提交回复
热议问题