Re: General Lisp questions

2019-03-19 Thread Alexander Burger
Hi Yiorgos, On Tue, Mar 19, 2019 at 03:46:34PM +0200, Yiorgos [George] Adamopoulos wrote: > On Tue, Mar 19, 2019 at 3:37 PM Alexander Burger wrote: > > > > Hi Kashyap, > > > > > Is LISP indeed List Integer and Symbol Processing? According to a lot of > > > places on the web it seems to be just Li

Re: General Lisp questions

2019-03-19 Thread C K Kashyap
Thanks Alex and Yiogros, Incidentally I had "skip seen" the video before but I missed the CAR/CDR explanation at 29:00 :) ... Feels good to know it finally! Regards, Kashyap On Tue, Mar 19, 2019 at 6:53 AM Yiorgos [George] Adamopoulos < yiorgos.adamopou...@gmail.com> wrote: > On Tue, Mar 19, 2019

Re: General Lisp questions

2019-03-19 Thread Yiorgos [George] Adamopoulos
On Tue, Mar 19, 2019 at 3:37 PM Alexander Burger wrote: > > Hi Kashyap, > > > Is LISP indeed List Integer and Symbol Processing? According to a lot of > > places on the web it seems to be just List Processing. > > Interesting! I never heard that. I always heard it means just "List > Processing".

Re: General Lisp questions

2019-03-19 Thread Alexander Burger
Hi Kashyap, > Is LISP indeed List Integer and Symbol Processing? According to a lot of > places on the web it seems to be just List Processing. Interesting! I never heard that. I always heard it means just "List Processing". Integers are probably not an outstanding feature, every language has it.

General Lisp questions

2019-03-19 Thread C K Kashyap
Hi Alex, Is LISP indeed List Integer and Symbol Processing? According to a lot of places on the web it seems to be just List Processing. What is the history behind the names CAR and CDR? Regards, Kashyap