From user-return-18101-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Sep 28 17:27:28 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 6E6667F46 for ; Wed, 28 Sep 2011 17:27:28 +0000 (UTC) Received: (qmail 15588 invoked by uid 500); 28 Sep 2011 17:27:26 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 15539 invoked by uid 500); 28 Sep 2011 17:27:26 -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 15531 invoked by uid 99); 28 Sep 2011 17:27:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 17:27:26 +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 (athena.apache.org: domain of volker.mische@gmail.com designates 209.85.161.52 as permitted sender) Received: from [209.85.161.52] (HELO mail-fx0-f52.google.com) (209.85.161.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 17:27:21 +0000 Received: by fxe23 with SMTP id 23so1247698fxe.11 for ; Wed, 28 Sep 2011 10:26:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=0oB7h8YalRxT48UH0uN/Dg6Tfv8gw0H1fjd5lcG/E1k=; b=qwVJKqLZmdWMJhDbr4ndFp7Ufn3jVLvMMbQgaxcWr9OwqJu6inGPUugAoNDp//xJ4T uM/ddGspwRwPiFPY4Hn0aUEDYZ1MkWu03vKuX7ZH6gr7PJsj/jc7aQV0fCpAwKJX27Vo VTOtREbdCYtLyFckre5/rzouw9Dm403fsHAsY= Received: by 10.223.55.218 with SMTP id v26mr2484660fag.82.1317230819214; Wed, 28 Sep 2011 10:26:59 -0700 (PDT) Received: from [10.17.4.243] ([208.185.212.98]) by mx.google.com with ESMTPS id f25sm28059308faf.7.2011.09.28.10.26.56 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Sep 2011 10:26:57 -0700 (PDT) Message-ID: <4E8359B5.9000609@gmail.com> Date: Wed, 28 Sep 2011 10:30:29 -0700 From: Volker Mische User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110805 Icedove/5.0 MIME-Version: 1.0 To: user@couchdb.apache.org CC: Benoit Chesneau Subject: Re: Suggestion: CoffeeScript -> Erlang References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 09/28/2011 10:17 AM, Benoit Chesneau wrote: > 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 There's also Efene https://github.com/marianoguerra/efene Cheers, Volker