www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2015/02/05/12:31:07

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
X-TCPREMOTEIP: 207.224.51.38
X-Authenticated-UID: jpd AT noqsi DOT com
From: John Doty <jpd AT noqsi DOT com>
Message-Id: <8B61C37B-3B46-4242-977F-3C4EE384EF1C@noqsi.com>
Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\))
Subject: Re: [geda-user] FOSDEM
Date: Thu, 5 Feb 2015 10:29:32 -0700
References: <1420499386 DOT 3521 DOT 3 DOT camel AT cam DOT ac DOT uk> <20150202152654 DOT GA13336 AT cuci DOT nl> <54CFD589 DOT 9040702 AT xs4all DOT nl> <CAHBYzfRkn-nJb4JfrDYyaD0WwPrpZvAgi0QdHCusgz185iNoHA AT mail DOT gmail DOT com> <CAGde_xN-iNZUvHh-E47kx1EyoPRt1018wWiDwHhYQ9+od+cJwA AT mail DOT gmail DOT com> <20150203112631 DOT 3507a0c1 AT Parasomnia DOT thuis DOT lan> <20150204054256 DOT Horde DOT Pm1JV8RJbICk9SHvIGwZ7A3 AT webmail DOT in-berlin DOT de> <CAOP4iL2stWVCy3WK0=SNu2zAbs8t6B0uyAgFuOnzG8v_MrYNfw AT mail DOT gmail DOT com> <CAGde_xN5gs5r_on=HP2RN7cy6E=2EL9eK3cp+sd9BfBaWNLVew AT mail DOT gmail DOT com> <20150204193720 DOT Horde DOT 42xUN-NzhCJRWZne-M5eCQ1 AT webmail DOT in-berlin DOT de> <90236728-E79D-47C7-BFB1-34140DB85ACB AT sbcglobal DOT net> <CAOFvGD4M48Ap=UQzL_T3yzas2rJrNFfxXRUOkOe8gA8J3bQCHg AT mail DOT gmail DOT com> <alpine DOT LNX DOT 2 DOT 02 DOT 1502050141070 DOT 24630 AT localhost DOT localdomain> <CAOP4iL2_LayZwbESc1Zswy0PRaKST_keqXrAq2B8GEreQg5RpQ AT mail DOT gmail DOT com>
To: geda-user AT delorie DOT com
In-Reply-To: <CAOP4iL2_LayZwbESc1Zswy0PRaKST_keqXrAq2B8GEreQg5RpQ@mail.gmail.com>
X-Mailer: Apple Mail (2.1878.6)
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

--Apple-Mail=_CC3D50A0-6F60-479B-BB09-85BA0559C213
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=windows-1252


On Feb 5, 2015, at 9:20 AM, Ouabache Designworks <z3qmtr45 AT gmail DOT com> =
wrote:

>=20
> A tool is nothing more than an algorithm expressed in a language.  We =
should be designing and testing the algorithms to allow multiple =
expressions of those tools to coexist so that we can do head to head =
battles of scheme vs python vs lua etc.


We kind of have that in geda-gaf in that we have a well documented =
schematic and symbol interchange format. It=92s very easy to parse and =
write with a variety of tools, ancient and modern. However, we also have =
a bunch of infrastructure that *only* has a Guile API, and underneath =
that is a bunch of C infrastructure configured through Guile but =
otherwise difficult of access via a script. As far as I know, nobody has =
yet written a geda netlister without Guile. We have few plugins for =
gschem: Guile is a barrier. And if you want to *control* hierarchical =
expansion beyond simply turning it on or off, you have a long road =
ahead.

Thus, the infrastructure locks in the language in an important subset of =
cases. It is important that the infrastructure be accessible from a =
widely familiar language that=92s easy to learn. In my world, people =
fluent in Guile are rare. People fluent in Lua are nonexistent (I don=92t =
do games). But Python is ubiquitous.

John Doty              Noqsi Aerospace, Ltd.
http://www.noqsi.com/
jpd AT noqsi DOT com



--Apple-Mail=_CC3D50A0-6F60-479B-BB09-85BA0559C213
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=windows-1252

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dwindows-1252"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;"><br><div><div>On Feb 5, 2015, at 9:20 AM, Ouabache =
Designworks &lt;<a =
href=3D"mailto:z3qmtr45 AT gmail DOT com">z3qmtr45 AT gmail DOT com</a>&gt; =
wrote:</div><br class=3D"Apple-interchange-newline"><blockquote =
type=3D"cite"><div dir=3D"ltr"><div><div><div><br></div>A tool is =
nothing more than an algorithm expressed in a language.&nbsp; We should =
be designing and testing the algorithms to allow multiple expressions of =
those tools to coexist so that we can do head to head battles of scheme =
vs python vs lua =
etc.<br></div></div></div></blockquote></div><div><br></div>We kind of =
have that in geda-gaf in that we have a well documented schematic and =
symbol interchange format. It=92s very easy to parse and write with a =
variety of tools, ancient and modern. However, we also have a bunch of =
infrastructure that *only* has a Guile API, and underneath that is a =
bunch of C infrastructure configured through Guile but otherwise =
difficult of access via a script. As far as I know, nobody has yet =
written a geda netlister without Guile. We have few plugins for gschem: =
Guile is a barrier. And if you want to *control* hierarchical expansion =
beyond simply turning it on or off, you have a long road =
ahead.<div><br></div><div>Thus, the infrastructure locks in the language =
in an important subset of cases. It is important that the infrastructure =
be accessible from a widely familiar language that=92s easy to learn. In =
my world, people fluent in Guile are rare. People fluent in Lua are =
nonexistent (I don=92t do games). But Python is =
ubiquitous.<br><div><br><div apple-content-edited=3D"true">
<span class=3D"Apple-style-span" style=3D"border-collapse: separate; =
border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; =
font-size: 12px; font-style: normal; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; text-align: auto; =
-khtml-text-decorations-in-effect: none; text-indent: 0px; =
-apple-text-size-adjust: auto; text-transform: none; orphans: 2; =
white-space: normal; widows: 2; word-spacing: 0px; "><p style=3D"margin: =
0.0px 0.0px 0.0px 0.0px"><font face=3D"Helvetica" size=3D"3" =
style=3D"font: 12.0px Helvetica">John Doty<span =
class=3D"Apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span =
class=3D"Apple-converted-space">&nbsp;</span><span =
class=3D"Apple-converted-tab">&nbsp; &nbsp;<span =
class=3D"Apple-converted-space">&nbsp;</span></span></span>Noqsi =
Aerospace, Ltd.</font></p><p style=3D"margin: 0.0px 0.0px 0.0px =
0.0px"><a href=3D"http://www.noqsi.com/">http://www.noqsi.com/</a></p><p =
style=3D"margin: 0.0px 0.0px 0.0px 0.0px"><font face=3D"Helvetica" =
size=3D"3" style=3D"font: 12.0px Helvetica"><a =
href=3D"mailto:jpd AT noqsi DOT com">jpd AT noqsi DOT com</a></font></p><br =
class=3D"Apple-interchange-newline"></span>
</div>
<br></div></div></body></html>=

--Apple-Mail=_CC3D50A0-6F60-479B-BB09-85BA0559C213--

- Raw text -


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