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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fded8d14c74b14e5 X-Google-Attributes: gid103376,public From: Gautier Subject: Re: Looking for Ada Technique Name and References Date: 2000/02/29 Message-ID: <38BC38A2.19EE7544@maths.unine.ch>#1/1 X-Deja-AN: 591446268 Content-Transfer-Encoding: 7bit References: <88kegp$iso$1@coward.ks.cc.utah.edu> <88kh6q$j4j$1@coward.ks.cc.utah.edu> <88s90i$8mi$1@ns3.arlut.utexas.edu> <88svc0$nkj$1@coward.ks.cc.utah.edu> <38b32dca@eeyore.callnetuk.com> <38B33F23.4784@synquiry.com> <38BA4C37.919935A8@earthlink.net> <38BB01F3.37BD@synquiry.com> <38BBF58A.ED345864@earthlink.net> <38BC267E.47FAEDD@ftw.rsc.raytheon.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Trace: 29 Feb 2000 21:21:24 +0100, mac13-32.unine.ch Organization: Maths - Uni =?iso-8859-1?Q?Neuch=E2tel?= MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-02-29T00:00:00+00:00 List-Id: Wes: > LISP(( CAR (( CDR (( atom, atom, atom )) ..... [...] > If anyone else saw this, and can tell me where to find > it, I'd love to see it again! :-) Anyway, CAR x could be programmed +/- as ( 1=> x(x'first) ) and CDR x as ( x(x'first+1 .. x'last) ), couldn't it ? G.