From: Alex Mizrahi
Subject: quote with multiple arguments
Date: 
Message-ID: <36q54fF5512hfU1@individual.net>
Hello, All!

interesting, why it's possible to call quote with multiple arguments, like
(quote a b c) in some implementations (Lispworks and ACL, for example)?
(they return only first A)
maybe checks are omited as optimization?

With best regards, Alex Mizrahi.
From: Barry Margolin
Subject: Re: quote with multiple arguments
Date: 
Message-ID: <barmar-A873EA.21414407022005@comcast.dca.giganews.com>
In article <···············@individual.net>,
 "Alex Mizrahi" <········@hotmail.com> wrote:

> Hello, All!
> 
> interesting, why it's possible to call quote with multiple arguments, like
> (quote a b c) in some implementations (Lispworks and ACL, for example)?
> (they return only first A)
> maybe checks are omited as optimization?

Yes.

-- 
Barry Margolin, ······@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***