Re: ClojureScript for CouchDB

2011-10-05 Thread Chas Emerick
Not a lot, it turns out. I have ClojureScript views working locally, and am in the process of working out how to best integrate them into clutch. The stuff works, and should extend with little effort to _changes filters, etc. etc. There are some issues in ClojureScript that are relevant, but I c

Re: ClojureScript for CouchDB

2011-09-13 Thread Pepijn de Vos
What needs to be done? Pepijn On Sep 13, 2011, at 2:30 PM, Stuart Sierra wrote: > Just an idea at the moment. We need more people with knowledge of CouchDB to > work on it. > > -Stuart Sierra > clojure.com > > -- > You received this message because you are subscribed to the Google > Groups "

Re: ClojureScript for CouchDB

2011-09-13 Thread Stuart Sierra
Just an idea at the moment. We need more people with knowledge of CouchDB to work on it. -Stuart Sierra clojure.com -- 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 ne

Re: ClojureScript for CouchDB

2011-09-13 Thread Chas Emerick
First, what Herwig said. :-) Second, it's not outside of the realm of possibility that clutch might eventually be able to take .cljs files (or clojure/cljs source inline via clutch macro), invoke the cljs compiler, and use its existing functionality to upload the resulting view functions' code

Re: ClojureScript for CouchDB

2011-09-13 Thread Herwig Hochleitner
Just a little remark: Keep in mind, that clutch https://github.com/ashafa/clutch comes with a CouchDB view server that can execute Clojure code. So compiling to JS only seems desirable to me, when you can't configure an additional view server on your CouchDB. Performance wise, it should make no big