help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to remove verbosity from the data passing mechanism using alist


From: PJ Weisberg
Subject: Re: How to remove verbosity from the data passing mechanism using alist or plist ?
Date: Tue, 7 Dec 2010 20:59:54 -0800

On 12/7/10, Fren Zeee <frenzeee@gmail.com> wrote:

> Yes it helped, but I cant honestly see the difference between
> (a . b)  <--- from cons
> and
> (a b)    <--- from list
>
> both seem to be dotted pair although the dot is implicit in the second.

No.  The first is a dotted pair.  The second is a list.  I guess you
*could* say a dot was implicit, but the "explicit" version would be

(a . (b . nil))

-PJ



reply via email to

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