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=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=sivtZi/7hS4nND197l1CZPF8g0ktWrD/W5WpbeCfgOo=; b=VYHz25tW1MIW60qEsBUJqDLAl7tdOHG2YGZip9ZAShN1Qzhe4rZoXvCIBOlKFHsaJj FDrHlV6KNwXXvDCpzEQCKpvw10U1qJIYpmz6vhIJPUynhAjyiVeJQykdGOFTKYyhaGkI dG34teWFivyJfuXeDBnTQ2FzrAWFQd/+ZNALReZ4KNoc6hMkVz8GUbTRSHQFx8SglVGu oJnn/PKbHS1CQmh9UbTlKB0XqyC+2r50bIRlxYqBQQ6WaUZSAWd282MeDavSZSuwpzT8 CnQneYCJZhKkjExvk3GcqrnVcjn7HSB0XE2KlKYd4076wxgEk1zx9DmmtcGyfmS7vjoj I8Mw== MIME-Version: 1.0 X-Received: by 10.112.134.73 with SMTP id pi9mr369397lbb.83.1444794857777; Tue, 13 Oct 2015 20:54:17 -0700 (PDT) In-Reply-To: <35916A94-24B8-4AF4-86E2-36F3E8111EAE@noqsi.com> References: <1042003D-82E2-40F0-AB60-8186580C46AD AT noqsi DOT com> <201510121905 DOT t9CJ5T9W026297 AT envy DOT delorie DOT com> <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> <35916A94-24B8-4AF4-86E2-36F3E8111EAE AT noqsi DOT com> Date: Wed, 14 Oct 2015 03:54:17 +0000 Message-ID: Subject: Re: [geda-user] A lesson from gnet-makefile From: "Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com]" To: gEDA users mailing list Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t9E3sPnc001281 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 3:36 AM, John Doty wrote: > > On Oct 13, 2015, at 8:54 PM, Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > >> After that is done I want to write another plugin >> interface that works in parallel to scheme. > > I am skeptical of this idea. The problem is that the language drives the data structures that are natural. A different tool/library might sensibly have a different API for plugins, but supporting multiple languages on a common low level base is hard. We already have a very transparent and versatile file format for schematics: it seems to me that there is where different languages more sensibly make contact. Ok but now you just appear to be evading the other stuff with this tangent I accidentally provided. I agree we should not convolute the nice file format and it's clean interface with a more convoluted way of accessing it half in C in libgeda and half in scheme only available in gnetlist. > I think things would be easier now if the original gnetlist implementation had been entirely in Scheme. It’s pretty good, but its limitations stem from the clumsiness of the C/Guile FFI. All that would do is make you the only developer. > John Doty Noqsi Aerospace, Ltd. > http://www.noqsi.com/ > jpd AT noqsi DOT com > > -- Home http://evanfoss.googlepages.com/ Work http://forge.abcd.harvard.edu/gf/project/epl_engineering/wiki/