From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,24d7acf9b853aac8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!d8g2000yqf.googlegroups.com!not-for-mail From: Natacha Kerensikova Newsgroups: comp.lang.ada Subject: Re: S-expression I/O in Ada Date: Fri, 13 Aug 2010 02:10:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: <294ab0aa-a7f5-440e-8255-afaaa93a2cf2@d8g2000yqf.googlegroups.com> References: <547afa6b-731e-475f-a7f2-eaefefb25861@k8g2000prh.googlegroups.com> <87aap6wcdx.fsf@ludovic-brenta.org> <87vd7jliyi.fsf@ludovic-brenta.org> <699464f5-7f04-4ced-bc09-6ffc42c5322a@w30g2000yqw.googlegroups.com> <87k4nylb8c.fsf@ludovic-brenta.org> <4c617774$0$6765$9b4e6d93@newsspool3.arcor-online.net> <2610d347-27cf-4c88-ac18-84f73c7da858@h32g2000yqm.googlegroups.com> <878w4blhzj.fsf@ludovic-brenta.org> NNTP-Posting-Host: 95.152.65.220 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1281690623 16446 127.0.0.1 (13 Aug 2010 09:10:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 13 Aug 2010 09:10:23 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d8g2000yqf.googlegroups.com; posting-host=95.152.65.220; posting-account=aMKgaAoAAAAoW4eaAiNFNP4PjiOifrN6 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.3) Gecko/20100524 Firefox/3.6.3,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:13208 Date: 2010-08-13T02:10:23-07:00 List-Id: On Aug 13, 12:25=A0am, "Jeffrey R. Carter" wrote: > Kerensikova (or is it Port=E9?) It's both ;-) One of them is my real-life last name, as can be found on my ID or on copyright notices, while the other is a pseudonymous last name I've been using over the internet for something like a decade now. While it was never intended to more than a thin pseudonym, it was supposed to require a little more research to make the connection, here I just messed up with Google accounts (I really hate these browser interfaces, and now it makes me hate them even more, I wish I could find a NNTP server and a real user-friendly text-mode news reader). > provided a more detailed grammar (using the > trailing '*' from regexps rather than {}) with some additional options. Is one of them more standard than the other? While I'm very familiar with regex, I only have a few theoretical notions about grammar, and almost nothing as practical experience with real grammar formats. > >http://en.wikipedia.org/wiki/S-expression#Definition > > But maybe we're both wrong. I can assure you what I'm doing is completely conform with Rivest's standard proposition. I don't know how come it has not reached the status of full-fledged RFC (while real RFCs like SPKI do depend on it), but I'm using it as if it had. I only dropped the "display hint" stuff from the format, because I find it little to no use, while it introduces quite a bit of complexity. However I have no idea how things look like from a lisp point of view. Hoping this helps, Natacha