emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Documentation for car and cdr


From: Miles Bader
Subject: Re: Documentation for car and cdr
Date: Sun, 29 Jan 2006 08:19:50 +0900

2006/1/29, Luc Teirlinck <address@hidden>:
> I am not sure what Lisp dialect you have in mind, but both in Elisp
> and in Common Lisp, a list is a Lisp object that is either a cons cell
> or the symbol nil and "cons cell" is synonymous with non-nil list.

You are confusing the concept of a list with the common-lisp "list" type.

A list as talked about by humans is an aggregate data-structure
composed of multiple primitive objects.

-Miles
--
Do not taunt Happy Fun Ball.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]