On Fri, 10 Sep 2010 07:11:18 -0700
gary ng <garyng2...@gmail.com> wrote:

> On Fri, Sep 10, 2010 at 4:47 AM, John Cromartie <jcromar...@gmail.com> wrote:
> > #!/usr/local/bin/clj
> >
> > (println "Content-type: text/plain\n")
> > (println "Hello, World!")
> > ^D
> >
> > Is that simple enough?
> >
> That was my thought too, java/clojure console app should not be more
> complex than python etc. The issue is the startup time
> 
> > For better startup performance, you can use Nailgun.
> 
> How can nailjun help here ? I am not too familiar with it.

Nailgun is a "java server", for want of a better term. You start it
with the classpath you want. You then run a front end that you pass
the classname & arguments you'd normally hand to java, and it runs
them. Instead of exiting when they end, it hangs around so the next
time you run it, you don't have to reload the classes.

     <mike
-- 
Mike Meyer <m...@mired.org>             http://www.mired.org/consulting.html
Independent Network/Unix/Perforce 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