Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 98549 invoked from network); 6 Jul 2010 07:33:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Jul 2010 07:33:18 -0000 Received: (qmail 43051 invoked by uid 500); 6 Jul 2010 07:33:18 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 42733 invoked by uid 500); 6 Jul 2010 07:33:15 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 42724 invoked by uid 99); 6 Jul 2010 07:33:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jul 2010 07:33:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jul 2010 07:33:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o667Wnpp014782 for ; Tue, 6 Jul 2010 07:32:49 GMT Message-ID: <7225335.212221278401569506.JavaMail.jira@thor> Date: Tue, 6 Jul 2010 03:32:49 -0400 (EDT) From: "Chris Anderson (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Resolved: (COUCHDB-817) Natively support coffeescript In-Reply-To: <2427382.207751278371569815.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Anderson resolved COUCHDB-817. ------------------------------------ Resolution: Later I agree. Coffeescript is a great fit for CouchDB, but I think it's more appropriate for tooling to handle this, not built-in code. I would like to see a contrib/ directory in the project for things like alternate-language view servers. We'll be able to move forward on stuff like this as soon as 1.0 is out. Marking this as Later, but it's not too soon to start working on a Coffeescript query server if you are inclined. > Natively support coffeescript > ----------------------------- > > Key: COUCHDB-817 > URL: https://issues.apache.org/jira/browse/COUCHDB-817 > Project: CouchDB > Issue Type: New Feature > Reporter: Matt Parker > > i'd love to be able to put coffeescript map and reduce function/files directly into my ddoc, instead of having to compile them first. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.