On Sep 9, 2:46 pm, Mike Meyer <mwm-keyword-googlegroups. 620...@mired.org> wrote: > I have to compile and link it first. Not a problem. My 3/0/1 solution > could just as well have been: > > $ cat - > hello.c > main() { > puts("Content-type: text/plain\n\nHello world!\n") ; > } > ^D > $ cc hello.c > $ cp a.out /usr/local/apache22/cgi-bin/helloworld > > Anything even close to that for Tomcat and clj?
Again, I'll just say, why is this relevant to a serious evaluation? How simple is it for you to add a dependency to 10 3rd party libraries and link against them? What if you want it to run on linux, windows, and OSX? What you call "boilerplate" isn't boilerplate. It's there to make things that actually matter simple. Luke -- 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