[Chicken-users] Re: couchdb: send-temp-view-request (patch)

2010-05-31 Thread Moritz Heidkamp
Hey Peter, Peter Danenberg p...@roxygen.org writes: It's nice, while debugging, to have access to temporary views; the attached patch makes it possible. very nice, thanks for the patch -- I have applied it to trunk and tagged a new release so it show up in the egg repo shortly! Moritz

[Chicken-users] Re: couchdb: send-temp-view-request (patch)

2010-05-31 Thread Peter Danenberg
Quoth Moritz Heidkamp on Sweetmorn, the 5th of Confusion: very nice, thanks for the patch -- I have applied it to trunk and tagged a new release so it show up in the egg repo shortly! Great; thanks, Moritz! Have you tried deploying Scheme to your CouchDB view server with couchapp, by the way?

[Chicken-users] Re: couchdb: send-temp-view-request (patch)

2010-05-31 Thread Moritz Heidkamp
Peter Danenberg p...@roxygen.org writes: Quoth Moritz Heidkamp on Sweetmorn, the 5th of Confusion: very nice, thanks for the patch -- I have applied it to trunk and tagged a new release so it show up in the egg repo shortly! Great; thanks, Moritz! Have you tried deploying Scheme to your

[Chicken-users] Re: couchdb: send-temp-view-request (patch)

2010-05-31 Thread Peter Danenberg
Quoth Moritz Heidkamp on Sweetmorn, the 5th of Confusion: I don't think you can use Scheme to write couchapps, you'd probably need something like Scheme2JS if I am not mistaken. If you set the language attribute in your design document, couchapp will happily deploy it:

[Chicken-users] Re: couchdb: send-temp-view-request (patch)

2010-05-31 Thread Moritz Heidkamp
Peter Danenberg p...@roxygen.org writes: Without buying into the whole couchapp framework, it should give you the ability to write Scheme views in paredit; without having to embed scheme into JSON strings. It's purely convenience. Aaaah, now I understand. That sounds pretty handy, indeed!