Something like this has been discussed before here; however, this doesn't really address the issue and just states that clojure is fast at run time but takes a while to start up. But why does it take so much longer than many other languages to compile? Is it because it contains so many functions and macros in its core library compared to commonly used OOP languages?
Asked
Active
Viewed 231 times
0
-
2Possible duplicate of [Clojure application startup performance](http://stackoverflow.com/questions/6016440/clojure-application-startup-performance) – muhuk Feb 26 '16 at 06:27
-
1See http://dev.clojure.org/display/design/'Lean'+Runtime – DanLebrero Feb 26 '16 at 08:52