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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a3bf872bb81a1f2b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-12 09:04:23 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!130.133.1.3!fu-berlin.de!uni-berlin.de!ppp-2-184.cvx5.telinco.NET!not-for-mail From: "Nick Roberts" Newsgroups: comp.lang.ada Subject: Re: ASCL a doomed idea? Date: Wed, 12 Dec 2001 17:03:34 -0000 Message-ID: <9v82ml$db5j1$2@ID-25716.news.dfncis.de> References: <7RQP7.4406$Yy.272014@rwcrnsc53> <9v0crv$bo2bi$2@ID-25716.news.dfncis.de> <3C13D980.748CCCDA@acm.org> <9v37s0$cdmva$3@ID-25716.news.dfncis.de> <30wR7.37506$Yy.395982@rwcrnsc53> <9v6cn5$dcfkh$1@ID-25716.news.dfncis.de> <3C172DBE.3B7DB9E9@eurocontrol.int> NNTP-Posting-Host: ppp-2-184.cvx5.telinco.net (212.1.153.184) X-Trace: fu-berlin.de 1008176661 13997665 212.1.153.184 (16 [25716]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: archiver1.google.com comp.lang.ada:17847 Date: 2001-12-12T17:03:34+00:00 List-Id: Does anyone have a good formula for removing large quantities of egg from the face? -- Best, Nick Roberts "Ian Wild" wrote in message news:3C172DBE.3B7DB9E9@eurocontrol.int... > Nick Roberts wrote: > > > > ... There are several programming languages in which a string is > > explicitly a list. Think about LISP. > > There may indeed be several such languages, but Lisp isn't > one of them A Lisp string is an array of characters. > > (subtypep 'string 'array) ==> T