On Sep 9, 11:47 am, Mike Meyer <mwm-keyword-googlegroups.
620...@mired.org> wrote:
> On Thu, 9 Sep 2010 16:28:48 +0100
>
> Edmund Jackson <edmundsjack...@gmail.com> wrote:
> > Hi Mike,
>
> >     Could you perhaps present a counter-example of greater simplicity ?
>
> $ cat - > /usr/local/www/apache22/cgi-bin/hello-world.sh
> #!/bin/sh
>
> echo 'Content-type: text/plain\n'
> echo Hello World
> ^D
> $ chomd 755 /usr/local/www/apache22/cgi-bin/hello-world.sh
>
> Done. Three lines of source code. 0 lines of framework setup. 1 tool
> (sh). Pretty much the same thing works for python, perl, etc.  It's
> about as robust as can be asked for - that's the nature of
> apache. Performance is going to be mediocre at best. That's the
> trade-off for simplicity.
>
>       <mike

cat - > /usr/local/www/apache22/cgi-bin/hello-world

#!/usr/local/bin/clj

(println "Content-type: text/plain\n")
(println "Hello, World!")
^D

Is that simple enough?

For better startup performance, you can use Nailgun.

-John

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