On Fri, 4 Mar 2011 10:41:20 -0800 (PST)
Stuart Sierra <the.stuart.sie...@gmail.com> wrote:

> There are difficulties with using Clojure -- or any JVM language -- for 
> system administration.  The first and biggest is the JVM startup time, 
> making it impractical for command-line use without a separate "server" 
> process.  

One possibility to improve Clojure startup time would be to compile it
into a native binary with GCJ. Yet the current version of GCJ fails to
compile Clojure. Also this will likely degrade overall performance as JIT
allows more optimizations.

--
Mikhail

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to