Hacker News new | ask | show | jobs
by bigbango 5401 days ago
ClojureScript won't have the startup time of the JVM and is probably better suited for command line scripting.
1 comments

Why don't they integrate something like nailgun? Run a JVM in the background and redirect command line execution.

http://www.martiansoftware.com/nailgun/background.html

People have done that with Clojure, see cake and jark. There are tradeoffs.