Return-Path: Delivered-To: apmail-lucene-lucy-dev-archive@locus.apache.org Received: (qmail 10034 invoked from network); 6 Jul 2006 04:30:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jul 2006 04:30:11 -0000 Received: (qmail 79236 invoked by uid 500); 6 Jul 2006 04:30:11 -0000 Delivered-To: apmail-lucene-lucy-dev-archive@lucene.apache.org Received: (qmail 79211 invoked by uid 500); 6 Jul 2006 04:30:11 -0000 Mailing-List: contact lucy-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucy-dev@lucene.apache.org Delivered-To: mailing list lucy-dev@lucene.apache.org Received: (qmail 79202 invoked by uid 99); 6 Jul 2006 04:30:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 21:30:10 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dbalmain.ml@gmail.com designates 64.233.166.183 as permitted sender) Received: from [64.233.166.183] (HELO py-out-1112.google.com) (64.233.166.183) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 21:30:10 -0700 Received: by py-out-1112.google.com with SMTP id w49so2789919pyg for ; Wed, 05 Jul 2006 21:29:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=h01OPRkRmfW+wVBQs3onFKzECvrkWrfPLlP9HSgJ425ib8h3xyvE2EraqReYboVwbd2N4yxz7ZsHMyBUCJRMlJsTBd5C+pSl81S/BrV9yPfN7NUyoDTnwvI46akZ4eMQCdcKdINKZHHX2snMj4OCKyyKWNZ2qrsxsv0QOeCaz1A= Received: by 10.35.111.14 with SMTP id o14mr281329pym; Wed, 05 Jul 2006 21:29:49 -0700 (PDT) Received: by 10.35.81.9 with HTTP; Wed, 5 Jul 2006 21:29:49 -0700 (PDT) Message-ID: Date: Thu, 6 Jul 2006 13:29:49 +0900 From: "David Balmain" To: lucy-dev@lucene.apache.org Subject: Re: Charmonizer In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 7/5/06, Marvin Humphrey wrote: > Greets, > > I've finished a provisional implementation of the project I > originally proposed as "Configurator". Turns out the name > "Configurator", which I suspected would be relatively rare -- it is a > bastardization after all -- is just ridiculously common. So, new > name: Charmonizer. (Which I pronounce charm-uh-nizer, rather than > see-harmonizer.) 8 Google hits to 13,700,000, and more descriptive > of what it does anyway. > > The implementation uses a domain-specific language, as per Dave's > suggestion. The syntax is quite crude, so that a heavy-duty > recursive descent parser won't be needed. For the language > description, see the README file, near the bottom of the patch. > > Comments? Commit it then refine, or hold off? I like it. This is exactly what I had in mind. Go ahead and commit it. > I've haven't prepared any unit tests, since I wanted to get this out > of the lab, but we'll definitely need a battery for each interpreter > implementation. I agree. I'll try and write a ruby interpreter asap.