On Thu, 21 Apr 2011 01:30:25 +0800
Ambrose Bonnaire-Sergeant <abonnaireserge...@gmail.com> wrote:
> On Thu, Apr 21, 2011 at 1:28 AM, Mike Meyer <m...@mired.org> wrote:
> > Performance pretty much sucks - starting the jvm is just slow. You can
> > solve that with nailgun (or something similar), which will let you use
> > the nailgun binary as the interpreter (i.e. "#!/usr/bin/env/clojure"
> > where clojure is a copy/symlink to the nailgun binary), but you have
> > to remember to start the nailgun server.
> >
> Jark uses a persistent JVM so it's very nice to use for this task.

Yup - it uses nailgun (though apparently nrepl is also available).
Seems like it improves nailgun for clojure users, but hides features
that would be useful if you're using other JVM-based languages with it
- which is why it requires the double-script dance even though nailgun
doesn't.

You still have to remember to start the thing. Which surprises
me. Seems like there should be an option to these things to let the
client start the server if it's not running.

       <mike
-- 
Mike Meyer <m...@mired.org>             http://www.mired.org/consulting.html
Independent Software developer/SCM consultant, email for more information.

O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

-- 
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