low-level approach

Billy Tanksley btanksley@hifn.com
Mon Jan 14 11:19:02 2002


From: Alex Thiel [mailto:stderr@web.de]
>Maybe I got that wrong, but I think list in Lisp are objects 
>separated by 
>spaces. So, in that sense strings are not lists.

You're confusing text (spaces) with data (objects).  Objects can't be
seperated by spaces; objects sit in memory, and spaces sit in a program
file.

Lists are sequences of objects.

>	Alex

-Billy