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: Wes Groleau Subject: Re: Looking for Ada Technique Name and References Date: 2000/03/01 Message-ID: <38BD3508.2A3E897@ftw.rsc.raytheon.com>#1/1 X-Deja-AN: 591786380 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> <38BC38A2.19EE7544@maths.unine.ch> X-Accept-Language: en,es,fr,pt Content-Type: text/plain; charset=us-ascii X-Complaints-To: news@icg.raytheon.com X-Trace: bos-service2.ext.raytheon.com 951923978 151.168.144.162 (Wed, 01 Mar 2000 09:19:38 CST) Organization: Raytheon Company MIME-Version: 1.0 NNTP-Posting-Date: Wed, 01 Mar 2000 09:19:38 CST Newsgroups: comp.lang.ada Date: 2000-03-01T00:00:00+00:00 List-Id: Gautier wrote: > > 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 ? I'm not a LISP expert, but I think you're right. However, the package mentioned could do a lot more than CAR and CDR.