From user-return-18099-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Sep 28 17:18:15 2011 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4995D7C06 for ; Wed, 28 Sep 2011 17:18:15 +0000 (UTC) Received: (qmail 90878 invoked by uid 500); 28 Sep 2011 17:18:13 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 90840 invoked by uid 500); 28 Sep 2011 17:18:13 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 90831 invoked by uid 99); 28 Sep 2011 17:18:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 17:18:13 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bchesneau@gmail.com designates 209.85.215.180 as permitted sender) Received: from [209.85.215.180] (HELO mail-ey0-f180.google.com) (209.85.215.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 17:18:08 +0000 Received: by eyb6 with SMTP id 6so7538739eyb.11 for ; Wed, 28 Sep 2011 10:17:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=LbXtAhB20AuCwGvMCqFINEtEPDJX5M3L5GooGNmCfeE=; b=B9rnarOD6HmcCbr8cHtdXJGfqmctaUHSH+d0xOaRQsngQ2e7//RjeEZU+RJwSmdfA/ h46WT3eSur3goFIzB4+N2LdUrENiyLAvbqmPv+KTzuStRkIIWkN7xcpvF+FoltVfVgd7 f6FXaT/NdwDQXyXGidWbmBTcx1nQtkNrycvT0= MIME-Version: 1.0 Received: by 10.213.17.17 with SMTP id q17mr1203076eba.115.1317230267757; Wed, 28 Sep 2011 10:17:47 -0700 (PDT) Received: by 10.213.19.129 with HTTP; Wed, 28 Sep 2011 10:17:47 -0700 (PDT) In-Reply-To: References: Date: Wed, 28 Sep 2011 19:17:47 +0200 Message-ID: Subject: Re: Suggestion: CoffeeScript -> Erlang From: Benoit Chesneau To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Sep 28, 2011 at 6:06 PM, kowsik wrote: > Was thinking about this last night. This translator would be awesome > to keep the views people-like-me-readable, at the same time getting > the maximum possible view indexing performance since there's no cost > of JSON serialization out to the external process. For a write-heavy > database with lots of design docs, could be huge. > > Anyways, a side project for someone! :) > > K. > --- > http://blog.mudynamics.com > http://blitz.io > @pcapr > Elixir ? https://github.com/josevalim/elixir thouh you will still have the sandboxing problem. - benoit