Has anybody yet done any serious programming in Clojure? I have read the docs and there are a lot of interesting ideas there. I'm excited that somebody had the stones to actually create another Lisp-based language and put it forth for general usage. I haven't tried to actually use it for anything interesting, though.
Also, how do people feel about it being hosted in the JVM? This was cited in some of the descriptions of Clojure as an advantage. Personally, I'm not sure that's the case, but I can see that the ability to snarf a bunch of Java libraries instantly would greatly help productivity when using a new language. I'm not against VMs in general, just that the JVM was written to specifically run Java and I have heard a lot of stories of people trying to port Lisp/Scheme to it and being frustrated because it wasn't very suited to doing anything but run Java.
Anyway, it would be interesting to hear people's experiences with really using it.
