Comment on Waitin' (on Leiningen)parentComments−TylerE11yThat's not even a Clojure thing really. That's been the Achille's Heal of every interactive java app ever.−kyllo11yHence the need for: http://docs.oracle.com/javase/6/docs/api/java/awt/SplashScre...−pjmlp11yOnly for those that inside in using only the OpenJDK.There are JVMs with JIT caches and AOT compilers.Even the reference JDK can start in a few ms using tiered compilation.
Comments
That's not even a Clojure thing really. That's been the Achille's Heal of every interactive java app ever.
Hence the need for: http://docs.oracle.com/javase/6/docs/api/java/awt/SplashScre...
Only for those that inside in using only the OpenJDK.
There are JVMs with JIT caches and AOT compilers.
Even the reference JDK can start in a few ms using tiered compilation.