www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2016/01/02/20:39:08

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
Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\))
Subject: Re: [geda-user] A fileformat library
X-Pgp-Agent: GPGMail 2.5.2
From: John Doty <jpd AT noqsi DOT com>
In-Reply-To: <CAC4O8c_R5xWLmzj_cz0g0mPWNs6mR4efjXKGBoup8YO6nwnPTA@mail.gmail.com>
Date: Sat, 2 Jan 2016 18:38:46 -0700
Message-Id: <F498BB93-D43D-4E98-AC8B-5711ADC3DF41@noqsi.com>
References: <1512221837 DOT AA25291 AT ivan DOT Harhan DOT ORG> <CAJXU7q_mXmipJ1fLvLpuLvnYjktV2SHoA+bG=L5+E-EfdygeOA AT mail DOT gmail DOT com> <s6n37uumanm DOT fsf AT blaulicht DOT dmz DOT brux> <CAJXU7q_qxdvJaejF-VcY=u7VHZ-zrfrc+Z7-qSwfFyPdy-umxw AT mail DOT gmail DOT com> <B02363CD-469D-493A-AC15-1D5DC7836982 AT noqsi DOT com> <20151222232230 DOT 12633 DOT qmail AT stuge DOT se> <0F6F1D0F-4F07-48EA-90FE-836EAD4E2354 AT noqsi DOT com> <CAM2RGhTficnys3a4xs=UBFvk8aPwpzYWUADFLP_pUQ+R1iKs0g AT mail DOT gmail DOT com> <0FCF3774-F93C-4BFF-BB61-636F75DCCACB AT noqsi DOT com> <CAC4O8c_UAiFE-vGfoE2tXppHLhaa0dSYz9o_rkdCBo7_SRRtxw AT mail DOT gmail DOT com> <FFBE7623-E240-4798-96B0-2BECF56C8E29 AT noqsi DOT com> <CAC4O8c980g1gj15=5njstC_BT-WYDgKQx9BRycdFKA8OvgtiOg AT mail DOT gmail DOT com> <B54C0E1F-1986-4C79-9F70-7F1919B8B26D AT noqsi DOT com> <CAC4O8c9bxJP1eMG4yz3YwKkQJRmsDGmLQ0aMd5pJRyu0WpdCtQ AT mail DOT gmail DOT com> <C1CFCCEE-C64A-4E49-AA64-446C061656D6 AT noqsi DOT com> <CAC4O8c-zt8B=joDd+ws77D2jt6aZf3MWfR_dAvpzGcNuBrTURQ AT mail DOT gmail DOT com> <alpine DOT DEB DOT 2 DOT 11 DOT 1601030040320 DOT 2176 AT newt> <D9825C8C-B6FD-4C7F-A8D5-B8AF06253B72 AT noqsi DOT co!
m> <CAC4O8c_R5xWLmzj_cz0g0mPWNs6mR4efjXKGBoup8YO6nwnPTA AT mail DOT gmail DOT com>
To: geda-user AT delorie DOT 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=_4CA6A494-5C62-4C8E-8572-4F00F2FDE6B3
Content-Type: multipart/alternative;
	boundary="Apple-Mail=_22F3EF97-076D-4BE9-8D76-017E5C295A5A"


--Apple-Mail=_22F3EF97-076D-4BE9-8D76-017E5C295A5A
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=windows-1252


On Jan 2, 2016, at 6:07 PM, Britton Kerin (britton DOT kerin AT gmail DOT com) [via =
geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote:

> Personally I find formats like this:
>=20
>   device=3DRESISTOR
>   T 44400 49300 5 10 1 1 90 0 1
>=20
> substantially less readable than ones with field names, but they are =
indeed easy to parse.

Personally, I rarely edit these things manually except for the text =
fields, which are not difficult to find. The fact that they=92re easy to =
parse is handy for automation.

>   The pcb format is quite a bit more elaborate and the savings from =
not rolling your own parser are more significant.
>=20
> I think you're criteria for what should go in libgeda are spot-on btw. =
 Nor do I have any problem with a C interface calling python or gschem =
or for that matter C++.  I do think providing a clean C interface to =
libgeda gets by far the best return on investment, since it's so widely =
known and with a little care wrappers can then be provided almost =
automatically for a wide variety of languages (via SWIG or some other =
similar mechanism -- or maybe Xorn facilitates this, I'm a little =
unclear).

I don=92t find deconstructing C data structures particularly easier than =
parsing the format above. Just another layer I have to penetrate to get =
to the data. I do significant processing with simple things like sed, =
which don=92t handle binary data.

Wrappers CAN be provided, but will they? FFI programming is not the =
easiest thing. I hear  complaints about the need for developers to =
maintain code. It seems to me that one way to address these concerns is =
to avoid and eliminate unnecessary code.

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



--Apple-Mail=_22F3EF97-076D-4BE9-8D76-017E5C295A5A
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 Jan 2, 2016, at 6:07 PM, Britton =
Kerin (<a =
href=3D"mailto:britton DOT kerin AT gmail DOT com">britton DOT kerin AT gmail DOT com</a>) =
[via <a href=3D"mailto:geda-user AT delorie DOT com">geda-user AT delorie DOT com</a>] =
&lt;<a href=3D"mailto:geda-user AT delorie DOT com">geda-user AT delorie DOT com</a>&gt;=
 wrote:</div><br class=3D"Apple-interchange-newline"><blockquote =
type=3D"cite"><div style=3D"font-family: Helvetica; font-size: 12px; =
font-style: normal; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;">Personally I find formats like this:<br><br>&nbsp; =
device=3DRESISTOR<br>&nbsp; T 44400 49300 5 10 1 1 90 0 =
1<br><br>substantially less readable than ones with field names, but =
they are indeed easy to =
parse.</div></blockquote><div><br></div>Personally, I rarely edit these =
things manually except for the text fields, which are not difficult to =
find. The fact that they=92re easy to parse is handy for =
automation.</div><div><br><blockquote type=3D"cite"><div =
style=3D"font-family: Helvetica; font-size: 12px; font-style: normal; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px;">&nbsp; The pcb format is quite a =
bit more elaborate and the savings from not rolling your own parser are =
more significant.<br></div><div style=3D"font-family: Helvetica; =
font-size: 12px; font-style: normal; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;"><br></div><div style=3D"font-family: Helvetica; font-size: 12px; =
font-style: normal; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">I =
think you're criteria for what should go in libgeda are spot-on =
btw.&nbsp; Nor do I have any problem with a C interface calling python =
or gschem or for that matter C++.&nbsp; I do think providing a clean C =
interface to libgeda gets by far the best return on investment, since =
it's so widely known and with a little care wrappers can then be =
provided almost automatically for a wide variety of languages (via SWIG =
or some other similar mechanism -- or maybe Xorn facilitates this, I'm a =
little unclear).</div></blockquote><br></div><div>I don=92t find =
deconstructing C data structures particularly easier than parsing the =
format above. Just another layer I have to penetrate to get to the data. =
I do significant processing with simple things like sed, which don=92t =
handle binary data.</div><div><br></div><div>Wrappers CAN be provided, =
but will they? FFI programming is not the easiest thing. I hear =
&nbsp;complaints about the need for developers to maintain code. It =
seems to me that one way to address these concerns is to avoid and =
eliminate unnecessary code.</div><br><div apple-content-edited=3D"true">
<span class=3D"Apple-style-span" style=3D"border-collapse: separate; =
border-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></body></html>=

--Apple-Mail=_22F3EF97-076D-4BE9-8D76-017E5C295A5A--

--Apple-Mail=_4CA6A494-5C62-4C8E-8572-4F00F2FDE6B3
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP using GPGMail

-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQIcBAEBCgAGBQJWiHunAAoJEF1Aj/0UKykROzQP/3HvD+L0H5rXcvVgKURqZf4R
RB6+Mx0feocjFm/DVRSSno2jQu+Rj0jRGCv434zXKmS7K9wXyPIyFtiDBCeAVWrB
isE3wQCda0EcJsMxKD+JWsW3qqpn05Zmzo7wgRLCi8QlcifBErBn3OIaheFq0qNg
igz3FB9/tAQyz4nRpuY+K5dnu0rlK28etCVfBBaHwIGFH4Hbi9oj5xoDXr4bFnhO
F8W5q0pvTkDPBOfDKk9BIkaP03V9TV72fqNz1dUYiOfF00fcuICBHUx3kC2VkkE0
eR/H7aCiOPVklIS+yrowVpoo+veG6RN8gTWx3WQivE0QpVONQdmMHx5tigHaflrq
6LTKg60HQG1Pi+ozuvc04L5cJC7WQurRW2FJM/rXVerXDbrbo87/KZG3BeIrIqba
9vXiOpG2MM3sycGrQteHHn6qLUANJ61T4ZLDz1oizzFdnC2rX46SH7G4XRbh+kaw
uU3j8GftHmjmJORoCoCcEAe+amZXkjamMaCFLxJe4yVn1BLFEVStz2xBA6qgrND3
4XK1RehsGwAqArVBn6gWjdP5gTKplTic62iGq394jiePXg5+0yl1dsEHogQAlL+q
QLBRKDphjzL8J59ulZ+jGOTHAJUdBfs2YKECmFrc3S0h+8YSbfbdpczdXQgYw8yp
Yxedr8HEqA7rxJh0jz6O
=O4B5
-----END PGP SIGNATURE-----

--Apple-Mail=_4CA6A494-5C62-4C8E-8572-4F00F2FDE6B3--

- Raw text -


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