ftp.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2016/01/08/04:18:56

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,,
definitions=2016-01-08_03:,, signatures=0
X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0
clxscore=1015 suspectscore=29 malwarescore=0 phishscore=0 adultscore=0
bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1
engine=8.0.1-1510270003 definitions=main-1601080160
From: "Chris Smith (space DOT dandy AT icloud DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
Message-id: <0401B51F-2A8D-442E-B4D8-22347008010D@icloud.com>
MIME-version: 1.0 (Mac OS X Mail 9.2 \(3112\))
Subject: Re: [geda-user] (SQL file open/save)
Date: Fri, 08 Jan 2016 09:18:38 +0000
References: <1512221837 DOT AA25291 AT ivan DOT Harhan DOT ORG>
<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 com>
<CAC4O8c_R5xWLmzj_cz0g0mPWNs6mR4efjXKGBoup8YO6nwnPTA AT mail DOT gmail DOT com>
<20160106091006 DOT 5F67B809D7A1 AT turkos DOT aspodata DOT se>
<CACwWb3CcsYJ9KgDFAa5pZqDzfTewhvbuatbxoKUp6PtHRCoa+w AT mail DOT gmail DOT com>
<20160106133049 DOT 5A0E9809D79B AT turkos DOT aspodata DOT se>
<CACwWb3Cyk4yLwt3=V1Mu5C4RieOQEjYH3ej5MXZSNnLPbshqDg AT mail DOT gmail DOT com>
<20160106143629 DOT 4D39D809D79B AT turkos DOT aspodata DOT se>
<CACwWb3BXbnQXs+DwVVzmC8DrhwOYxPgVyUhZTPL9bM9cJbHimw AT mail DOT gmail DOT com>
<20160106164022 DOT D0D4E809D79B AT turkos DOT aspodata DOT se>
<20160106180912 DOT 42ddf4079d91384f206b7c35 AT gmail DOT com>
<20160106191433 DOT 5dc5cb59 AT jive DOT levalinux DOT org>
<20160106202817 DOT 56197b2c539d426a1b724c9e AT gmail DOT com>
<568E09ED DOT 1080508 AT m0n5t3r DOT info>
<CAC4O8c9cun6X69Lt_nY0HDNF59b9GADdwEQiFp7p9bU7uz=SoA AT mail DOT gmail DOT com>
To: geda-user AT delorie DOT com
In-reply-to:
<CAC4O8c9cun6X69Lt_nY0HDNF59b9GADdwEQiFp7p9bU7uz=SoA AT mail DOT gmail DOT com>
X-Mailer: Apple Mail (2.3112)
Reply-To: geda-user AT delorie DOT com

--Apple-Mail=_6E687FAE-10C6-4CB6-871B-0B97624600DD
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8


> On 8 Jan 2016, at 07:30, Britton Kerin (britton DOT kerin AT gmail DOT com) [via =
geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote:
>=20
> On Wed, Jan 6, 2016 at 9:47 PM, Sabin Iacob (iacobs AT m0n5t3r DOT info =
<mailto:iacobs AT m0n5t3r DOT info>) [via geda-user AT delorie DOT com =
<mailto:geda-user AT delorie DOT com>] <geda-user AT delorie DOT com =
<mailto:geda-user AT delorie DOT com>> wrote:
> =20
> (ubiquitous library support, easy-ish to parse and modify with awk &
> friends for people who are so inclined), it will degenerate into
> unproductive holy wars (see previous pushes for lua as the file =
format,
>=20
> lua as the file format is a very different proposition, since it =
doesn't get you portability to anything besides lua

Sorry, I don=E2=80=99t want to start another argument, but this is =
wrong.  In this context Lua is just a self-contained parsing library, =
like YAML and of comparable size.  The fact that it also gives you =
embedded scripting ability is besides the point.

chris AT minime:~/src$ ls -l /usr/lib/i386-linux-gnu/liblua5.1.so.0.0.0=20
-rw-r--r-- 1 root root 182356 2011-07-27 12:28 =
/usr/lib/i386-linux-gnu/liblua5.1.so.0.0.0

chris AT minime:~/src$ ldd !$
ldd /usr/lib/i386-linux-gnu/liblua5.1.so.0.0.0
	linux-gate.so.1 =3D>  (0x00fad000)
	libm.so.6 =3D> /lib/i386-linux-gnu/libm.so.6 (0x00da4000)
	libdl.so.2 =3D> /lib/i386-linux-gnu/libdl.so.2 (0x0091b000)
	libc.so.6 =3D> /lib/i386-linux-gnu/libc.so.6 (0x0014c000)
	/lib/ld-linux.so.2 (0x0038b000)

chris AT minime:~/src$ ls -l /usr/lib/libyaml-0.so.2.0.2=20
-rw-r--r-- 1 root root 124236 2011-06-03 12:35 =
/usr/lib/libyaml-0.so.2.0.2

chris AT minime:~/src$ ldd !$
ldd /usr/lib/libyaml-0.so.2.0.2
	linux-gate.so.1 =3D>  (0x00f09000)
	libc.so.6 =3D> /lib/i386-linux-gnu/libc.so.6 (0x00cc5000)
	/lib/ld-linux.so.2 (0x00906000)

Chris
=E2=80=94
Chris Smith <space DOT dandy AT icloud DOT com>



--Apple-Mail=_6E687FAE-10C6-4CB6-871B-0B97624600DD
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=utf-8

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dutf-8"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><br class=3D""><div><blockquote type=3D"cite" class=3D""><div =
class=3D"">On 8 Jan 2016, at 07:30, Britton Kerin (<a =
href=3D"mailto:britton DOT kerin AT gmail DOT com" =
class=3D"">britton DOT kerin AT gmail DOT com</a>) [via <a =
href=3D"mailto:geda-user AT delorie DOT com" =
class=3D"">geda-user AT delorie DOT com</a>] &lt;<a =
href=3D"mailto:geda-user AT delorie DOT com" =
class=3D"">geda-user AT delorie DOT com</a>&gt; wrote:</div><div class=3D""><br =
style=3D"font-family: Helvetica; font-size: 12px; font-style: normal; =
font-variant: normal; font-weight: normal; letter-spacing: 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;" class=3D""><div class=3D"gmail_quote" =
style=3D"font-family: Helvetica; font-size: 12px; font-style: normal; =
font-variant: normal; font-weight: normal; letter-spacing: 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;">On Wed, Jan 6, 2016 at 9:47 PM, Sabin =
Iacob (<a href=3D"mailto:iacobs AT m0n5t3r DOT info" =
class=3D"">iacobs AT m0n5t3r DOT info</a>) [via<span =
class=3D"Apple-converted-space">&nbsp;</span><a =
href=3D"mailto:geda-user AT delorie DOT com" =
class=3D"">geda-user AT delorie DOT com</a>]<span =
class=3D"Apple-converted-space">&nbsp;</span><span dir=3D"ltr" =
class=3D"">&lt;<a href=3D"mailto:geda-user AT delorie DOT com" target=3D"_blank" =
class=3D"">geda-user AT delorie DOT com</a>&gt;</span><span =
class=3D"Apple-converted-space">&nbsp;</span>wrote:<br =
class=3D""><blockquote class=3D"gmail_quote" style=3D"margin: 0px 0px =
0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, =
204); border-left-style: solid; padding-left: =
1ex;">&nbsp;</blockquote><blockquote class=3D"gmail_quote" =
style=3D"margin: 0px 0px 0px 0.8ex; border-left-width: 1px; =
border-left-color: rgb(204, 204, 204); border-left-style: solid; =
padding-left: 1ex;">(ubiquitous library support, easy-ish to parse and =
modify with awk &amp;<br class=3D"">friends for people who are so =
inclined), it will degenerate into<br class=3D"">unproductive holy wars =
(see previous pushes for lua as the file format,<br =
class=3D""></blockquote><div class=3D""><br class=3D""></div><div =
class=3D"">lua as the file format is a very different proposition, since =
it doesn't get you portability to anything besides =
lua</div></div></div></blockquote><br class=3D""></div><div>Sorry, I =
don=E2=80=99t want to start another argument, but this is wrong. =
&nbsp;In this context Lua is just a self-contained parsing library, like =
YAML and of comparable size. &nbsp;The fact that it also gives you =
embedded scripting ability is besides the point.</div><div><br =
class=3D""></div><div><div>chris AT minime:~/src$ ls -l =
/usr/lib/i386-linux-gnu/liblua5.1.so.0.0.0&nbsp;</div><div>-rw-r--r-- 1 =
root root 182356 2011-07-27 12:28 =
/usr/lib/i386-linux-gnu/liblua5.1.so.0.0.0</div><div><br =
class=3D""></div><div>chris AT minime:~/src$ ldd !$</div><div>ldd =
/usr/lib/i386-linux-gnu/liblua5.1.so.0.0.0</div><div><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>linux-gate.so.1 =3D&gt; &nbsp;(0x00fad000)</div><div><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>libm.so.6 =
=3D&gt; /lib/i386-linux-gnu/libm.so.6 (0x00da4000)</div><div><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>libdl.so.2 =3D&gt; /lib/i386-linux-gnu/libdl.so.2 =
(0x0091b000)</div><div><span class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</span>libc.so.6 =3D&gt; =
/lib/i386-linux-gnu/libc.so.6 (0x0014c000)</div><div><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>/lib/ld-linux.so.2 (0x0038b000)</div><div><br =
class=3D""></div><div>chris AT minime:~/src$ ls -l =
/usr/lib/libyaml-0.so.2.0.2&nbsp;</div><div>-rw-r--r-- 1 root root =
124236 2011-06-03 12:35 /usr/lib/libyaml-0.so.2.0.2</div><div><br =
class=3D""></div><div>chris AT minime:~/src$ ldd !$</div><div>ldd =
/usr/lib/libyaml-0.so.2.0.2</div><div><span class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</span>linux-gate.so.1 =3D&gt; =
&nbsp;(0x00f09000)</div><div><span class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</span>libc.so.6 =3D&gt; =
/lib/i386-linux-gnu/libc.so.6 (0x00cc5000)</div><div><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>/lib/ld-linux.so.2 (0x00906000)</div><div class=3D""><br =
class=3D""></div></div><div class=3D"">
Chris<br class=3D"">=E2=80=94<br class=3D"">Chris Smith &lt;<a =
href=3D"mailto:space DOT dandy AT icloud DOT com" =
class=3D"">space DOT dandy AT icloud DOT com</a>&gt;<br class=3D""><br class=3D"">
</div>
<br class=3D""></body></html>=

--Apple-Mail=_6E687FAE-10C6-4CB6-871B-0B97624600DD--

- Raw text -


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