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=20161025; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=usIu823pxhOL0kVvAzCkgGlIwCl6FHMKk7Papv88ptA=; b=qKDS0MTKYkdN+h2NfUzlLEHNagiy3ZkezFYFlMDNdJk9cbY3ZxFj1IJ+t5WCvaItEO 5QhPKrSxJUmcYBcyx9vkQvAphxSxKLLvfCJ1WHQcKQdDeasBrp2eL5PLBODxdPt4bqpw 0DLsG6ReeNunhtN46sGsQoTHsw+DLKFRV47rTbcXFHKnswX5f0/zanejMBHuImMOJACK au1CzwAD01nVfBUMoRyhfjAry5xpKyG/LxEE3Eu3V3+v6/DWPGukcmm/01tWxEKoAf/J R+C5OyGoJVj0i/o2Eh2OCyfafHkce03nwrPMvMzgVFiHmXowYpO03GHzgoEPtsgjRYrz MtWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=usIu823pxhOL0kVvAzCkgGlIwCl6FHMKk7Papv88ptA=; b=TddL+HPhPRtz8lJHpBuMkMh8586KSvO1aIi239U2rz/2imFJrlcYVV+cnB6h8gI/Tf RNS+s4FU303SZngtGEkdhPVNHREfcFnABAbnVwaXqqyWFU+b9yOCJzF7a8/+7yJ/+yzy MSA0mitmhJ2hVZpmQpRYOqIh3YUOCIGpQd+DrXxFKvzG6BMsh/8iVbzhgM+FBJ0Hc/sv K4+HyhE43bNLHOqEz2izfZmmhM/fTE3KvZe4LFR5eAIe4Jtr0l6dOpJXJnPV0phwrX0F jhzQqLX69fi4xoKYWsBI0lBfE1wVuAWde0LLJPEmPxCQovexUCpQVWftooQzHPQbyiGR ZQKw== X-Gm-Message-State: AMke39lHThqb9YuW9YVWCsSUxBEI6Vz/ioAcUaw/Ckum+HKxPsUgxcaaQnHYphczWQtLew== X-Received: by 10.25.79.71 with SMTP id a7mr6017296lfk.67.1486929904575; Sun, 12 Feb 2017 12:05:04 -0800 (PST) Date: Sun, 12 Feb 2017 23:05:02 +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-user] gnetlist chaos Message-ID: <20170212200502.GD4706@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <20170212090109 DOT GA450 AT localhost DOT localdomain> <20170212102807 DOT GB30751 AT localhost DOT localdomain> <20170212122649 DOT GD11686 AT localhost DOT localdomain> <1365AFCF-15FC-4222-8C33-AC75D1DAAB29 AT noqsi DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1365AFCF-15FC-4222-8C33-AC75D1DAAB29@noqsi.com> 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 Sun, Feb 12, 2017 at 09:19:23AM -0700, John Doty wrote: > > On Feb 12, 2017, at 8:19 AM, Roland Lutz wrote: > > > If your intention is to have a better Scheme API or a way to invoke the netlisting functionality from Scheme, just build on the current version of gEDA/gaf. It allows you to do so really easily. > > Frome a Schemer point of view, the trouble with gnetlist is that the actual data structures are hidden behind an FFI. You have a different FFI, but that doesn’t solve the fundamental problem. In my branch I've just revealed hidden info in new data structures being SRFI-9 records and added several procedures to adjust their vision in REPL a while ago. Those are 'set-package-printer!', 'set-package-pin-printer!', and 'set-pin-net-printer!'. Use ',describe function-name' in REPL to see how they work. -- Vladimir