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=8tMChjgjOKaa1ZxjilqPtLM5lRXSh+ZVwvBARExmTIs=; b=Tf2TQ8JOCLGwZVgKPrmCA7HyI766s4z8tcSNWpVGWCd+Ijpr3rcb6gMMI+2Ty6R+fC cVDwT9v8XB+QWVEa28tvxfA8uHBzpKDLvGqRnrDnSCfulU18UJhFR8ChhCUc5tsTP9bp Me5k0U1Vtqvq6n1hEsYGd5DyB5bgodfDSPdW3hz7++dVVKUNzbeWnQhIBoYeouSC9YPb cP6r5rMi3iucVidS83V3+vSKDqIjUGtpEYwNx8knN6PRaJL1JCTs37yNDJjnYmBZaAr8 ytga6+JNHXPI1iIoSEUmJuNqOeVOx91UM7QCac7dg/AgWFyQyN5Wzj23aaeYuzbR9Zex 7e+Q== X-Received: by 10.25.143.73 with SMTP id r70mr8388707lfd.108.1445196286699; Sun, 18 Oct 2015 12:24:46 -0700 (PDT) Date: Sun, 18 Oct 2015 22:24:44 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: gEDA users mailing list Subject: Re: [geda-user] A lesson from gnet-makefile Message-ID: <20151018192444.GB2782@localhost.localdomain> Mail-Followup-To: gEDA users mailing list References: <88EA58F5-2B23-498A-9E5B-84054976DBED AT noqsi DOT com> <4D3CD563-D8EE-4B2A-975A-AC2B573960FF AT noqsi DOT com> <34B17816-9EA5-45FD-BFB4-9D623A8D3D87 AT noqsi DOT com> <39FF6208-7D45-4DE8-9AEE-1ED1B512705B 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, Oct 14, 2015 at 02:54:05AM +0000, Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: ... > We already talked about scheme. As I recall you and I were in > agreement that scheme needed to be de-emphasized. I learned a while ago that any function defined in Guile Scheme can be used in C if you declare it in a module as a public one. OTOH, not every C function is available to Scheme. So I'm repeating, Scheme is underemphasized in geda-gaf. You've probably heard questions of our users on how to make some actions available without using gui, just using shortkeys for example. If we make all our main C functionality available to Scheme, it would be a big step forward and make some of those requests solved easily. Cheers, Vladimir