X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=FgvaYQkI9xBGGkVeBgKrU59LT7e8Ml8aO08RWd5a3Y0=; b=M8JLZ6eA4Ki3gzxIi2lSjWwuv8BrSGbxcVdhFMmf6/9Fhfc7awNFE/fTVNfwSuxwha CbrUpw3LMGjWjZxAS43/11dk4RO4FGzq74jzEpxDXMf2u2znH0bYo7LAKAUnV4HgcGLk 5PB3XEibVJgP2lyID0/C0wr4EySSXB0IviO1S1Gc9C35S6NCv/ivpkma63Rr30n1lIh+ N22X90ZW+ZjwKoKijtTf6hiLJzsxNOmXpwNb+ufxbsJAPMAi5IhPTuiE5bX0gUPR+DHr wVMJPE1xbgNuMFwyfGOSv3YUYWopJ/UHp0f9bl+oPCf93giwyDuhe09T8BL2B6r6GmxZ LlZw== X-Received: by 10.25.213.205 with SMTP id m196mr22113282lfg.23.1451511798376; Wed, 30 Dec 2015 13:43:18 -0800 (PST) Date: Thu, 31 Dec 2015 00:43:15 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: gEDA and it's future with Scheme & Guile was Re: [geda-user] Project leadership Message-ID: <20151230214315.GF4099@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <8444F816-17CE-4A56-A982-4A60DEDA72B8 AT noqsi DOT com> <87FC7D4C-157A-499E-8B93-97653D6A7C68 AT noqsi DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, Dec 30, 2015 at 07:30:19AM +0100, gedau AT igor2 DOT repo DOT hu wrote: ... > I didn't mean that. I meant language as "network names" and "component > names". I.e. the EE wants to find network "adc_5" and "pin 1 of U5". This is > the "query language". It's not about programming languages, it's an UI > question. It is called DSL -- Domain Specific Language. Guile can do those. I've already mentioned this fact. And before you start to speak how you hate scheme, please realise that scheme is just a DSL in guile. You can use, e.g. another language, the most popular on github language named javascript (aka ecmascript), or some others. Because: guile is ... (you know what abbreviation is hidden under it, right?). I believe we would be (i believe we ARE) able to introduce such a DSL, which would be used just in the gschem gui or any REPL, if we were working together, that is collaborating instead of fighting. Cheers, Vladimir