Comment on ClojureScript 1.7: ClojureScript can compile itselfparentComments−mej1011yIt actually isn't the JVM startup time that is the problem. The JVM starts up pretty quickly these days.Clojure itself is the bottleneck. Which means it is at least fixable... but seems to require a huge effort to fix.
Comments
It actually isn't the JVM startup time that is the problem. The JVM starts up pretty quickly these days.
Clojure itself is the bottleneck. Which means it is at least fixable... but seems to require a huge effort to fix.