> So, you could use ClojureScript and jQuery to write a snappy little > demo and prove to everyone the value of that approach. I'm sure I'm > not the only one that would be interested in seeing such a demo. >
I think Rich's point in his talk is good to re-iterate here. Is jQuery cool? Yes! I would hate to program a webapp in JS without it...but that's the key, "in JS". Why do I need jQuery 90% of the time, because simplifies things like finding dom elements, and adding events, etc. For JS coding, that's a awesome tool to have. But in ClojureScript we have map, filter, macros, etc. Why would I need jQuery? I think it's important to distinguish between libraries that are truly needed to do web programming, and libraries that are needed in JS to do web programming. Timothy -- 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