www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2015/12/30/12:36:56

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
:content-transfer-encoding:in-reply-to:user-agent;
bh=uK49sxeYQagVu6XHlq2NFGRNBi5kk7+38VhWM90ah1Q=;
b=wIGxQoeqUPUBMCrAt9u7yjtWuIi6RmrATUcziNCuLM3WlV31dZbDcEj6wBQq4hUAOW
RzNpK5O/4E6AnOwOOOM5+/UCZOIqTowR5DBLZIzh02P5FQ49mjPSrjpMye5bDUflKVIt
BAKJ7GEFdyg1qjF3VY6eOBdRMC2ZYH3VKoKgJE0Gkxhiw8Cv2Gt56fA+T6xNA61i8hvk
PSQHWtLTgExXWuPOqajx9KyHTdxfViU0rSuwg7t1beDzea/cksf1iTaPyL9onZ/moSCl
ulW1YrkLRSOWRO5ntcKiplgXeUbu2WSipo2hrJHq8KyqSoqJsGEfbjYgsxCBKSBaYahn
LXRw==
X-Received: by 10.112.137.132 with SMTP id qi4mr24540967lbb.120.1451497009875;
Wed, 30 Dec 2015 09:36:49 -0800 (PST)
Date: Wed, 30 Dec 2015 20:36:47 +0300
From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
To: gEDA users mailing list <geda-user AT delorie DOT com>
Subject: Re: [geda-user] Project leadership (design error in the core of
gschem)
Message-ID: <20151230173647.GB4099@localhost.localdomain>
Mail-Followup-To: gEDA users mailing list <geda-user AT delorie DOT com>
References: <CAJXU7q_3XwthnN_8mp7B+-ShHeK+=7J=54ZavKBUG3S3bSKp2A AT mail DOT gmail DOT com>
<CANEvwqiM7CKG+WpDRpG4L=HsmSEZ32=CBDyUhuk3ks-SNedL2Q AT mail DOT gmail DOT com>
<43CC8F96-6452-40FA-9DFB-E0983721C19C AT noqsi DOT com>
<alpine DOT DEB DOT 2 DOT 00 DOT 1512290406210 DOT 9035 AT igor2priv>
<20151229094603 DOT 782092b57563336883546bfd AT gmail DOT com>
<CAM2RGhQ363RydhBJKMnNX5sLOkD1K4qVwb-PPwov3MT3D6MfdQ AT mail DOT gmail DOT com>
<449C2A4A-814E-4858-ACB3-82807A80BE8A AT noqsi DOT com>
<CAM2RGhQD1b0NKLWNYyB-m1whgYJZeEH9syzSs4OZt+22D5hooA AT mail DOT gmail DOT com>
MIME-Version: 1.0
In-Reply-To: <CAM2RGhQD1b0NKLWNYyB-m1whgYJZeEH9syzSs4OZt+22D5hooA@mail.gmail.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

On Tue, Dec 29, 2015 at 03:04:27PM -0500, Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com] wrote:
> > You can’t imagine doing this with a specialized tool?
> 
> The order of events to back notate.
> 
> 1. PCB exports a netlist (which I will call the backward netlist)
> 2. diff of forward and backward netlists
> 3. gnetlist generates a list of changes to connections
> 4. gschem takes the changes and lets the user implement or disregard them.
> 
> If that seems amilliar it is because this is mostly what Igor2 did.
> Igor2 had PCB run more of it but still.
> 
> Why run so much through gnetlist? Because you won't let use endow
> libgeda with an understanding of netlists and to map the changes back
> the other way we need that.

I won't comment on this, please see my previous email in the list today.

> 
> >> Right now
> >> gschem almost has this because there is a highlight functionality that
> >> lets you select a whole net and unintentionally maps the connections
> >> in the process.

> > Functionality that gets in the way more often than it helps.
> 
> You are right but the code is there and it works. (Igor2 proved it)

That's fine. You have all means to commit it to the central repo.

...

> > Lisp is having a resurgence with Clojure. Scheme isn’t really that different from other Lisp dialects. We really only use a small subset of it.
> 
> Look at the graphs github generates of language use. I am not
> suggesting we go with what is most popular but there is something to
> be said for not using a language that's largest application was in
> teaching programming.

As you can see, the champion today is JavaScript. Please run:
  guile
  scheme@(guile-user)> ,L ecmascript
  Happy hacking with ECMAScript!  To switch back, type `,L scheme'.

Voila! Voila?? Hurray???

BTW, the tenth place is HTML's. If even it is more popular than
any lisp there, I won't use it to program for geda-gaf. Would you
do this?

> Trying to save gEDA by tying it to scheme is like trying to save a
> lifeboat by tying it to the Titanic.

As you probably already saw, gEDA is not tied to scheme. Far
worse, it's a huge C-Scheme mess nobody wants to clean up to make
things: simpler, better, and more hackable.

> 
> Scheme is there and I am not advocating it's removal. I am just saying
> that Vladimir's plan to replace our already existing C with more
> Scheme is probably not going to help use gain contributors.

I don't want to replace all code. I have no resouces for it
anyway. I want to clean up code and replace C-Scheme mess where it
is appropriate with something more hackable and intelligible. I want
to allow calling of already available C functions from Scheme scripts
for our users. I want to make functionality available in some
programs (such as gnetlist) to be available in other programs
(say, gschem or gaf). If I ever will do something serious on the
core, I'll try to inform (and ask) every people
interested/involved.

Cheers,
  Vladimir

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019