From dev-return-23071-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Mon Sep 24 21:28:15 2012 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BEF85DE54 for ; Mon, 24 Sep 2012 21:28:15 +0000 (UTC) Received: (qmail 22314 invoked by uid 500); 24 Sep 2012 21:28:15 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 22261 invoked by uid 500); 24 Sep 2012 21:28: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 22252 invoked by uid 99); 24 Sep 2012 21:28:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 21:28:15 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ryan.ramage@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; Mon, 24 Sep 2012 21:28:07 +0000 Received: by eaa1 with SMTP id 1so273209eaa.11 for ; Mon, 24 Sep 2012 14:27:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=3exAOgPEuENHdsA9DhNoMVLRRVEQwo7enNSXMhk2BZ8=; b=mcz5DK76VX215WfOnY2RP0UmqEdGdcaSb+Ys0hMeyWcwoeMwGwXvFIWhWVAqa2lMyv y3bFEWrnR7sajYQNOf95f8MdB/Yh5pYfhcHG5u+KUUEPArf+b+uFtolE2mHqc8UWToWg 9GDFFnIDmuzy+epMtWBqQzEeTIxr89u59lGAUma9JANniTeEm1ygGmGAt7sFLqxYRwT+ ZYP6MKLqQfqPzf5elOS34CRYdd5OlV1dOhsPlRvagy2YJ7UnZedlZSrcHbX9dguDrZnZ kttz5LrM8YjqCH703rJJ2KKKL4fgpLvNP/rmEkg5DoeLceRPMqMq6EPA+R5VH5gs07Lp mvug== MIME-Version: 1.0 Received: by 10.14.221.197 with SMTP id r45mr16362913eep.41.1348522067139; Mon, 24 Sep 2012 14:27:47 -0700 (PDT) Received: by 10.14.52.7 with HTTP; Mon, 24 Sep 2012 14:27:47 -0700 (PDT) In-Reply-To: <5060B9C0.7010903@gmail.com> References: <5060B9C0.7010903@gmail.com> Date: Mon, 24 Sep 2012 15:27:47 -0600 Message-ID: Subject: Re: Part2: What's up dev? About couchapps. From: Ryan Ramage To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 > python, just vim ...) and real good docs to go with that > Forget vim, way too complicated :) Ok this is more of an opinionated post. If I was to pick sides, I would go with..... erica. (I bet you all thought I was going to say Kanso) Erica is the follows traditional couchapp, it's the most native, requires no additional runtime or install, and its supported by one of the core couchdb contributors. If one wants to do fancy stuff like precomiple, minification, reusing packages, etc, one can simple use one of a host of build tools and just write to a traditional couchapp format, and then use erica as the final build step.