Comment on Clojure builds as an amalgamation of orthogonal partsparentComments−cutler5yAlthough I prefer Lein at this point one of its disadvantages not mentioned here is that it requires its own JVM process which means you're running 2 JVMs during development.−jgalt2125ybut probably good and bad. pretty tough for one namespace to bleed into another due to a bug or incorrect config.bad, obv, because all the RAM the JVM needs.
Comments
Although I prefer Lein at this point one of its disadvantages not mentioned here is that it requires its own JVM process which means you're running 2 JVMs during development.
but probably good and bad. pretty tough for one namespace to bleed into another due to a bug or incorrect config.
bad, obv, because all the RAM the JVM needs.