Re: (apply #'and '(t t nil)) not work
- From: Øyvin Halfdan Thuv <oyvinht@xxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 31 Mar 2008 13:48:38 +0000 (UTC)
On 2008-03-31, fishmacs <wzhao1984@xxxxxxxxx> wrote:
Hi,
Apparently and is not a normal function like +, -, ...
AND is a macro (because it may decide not to evaluate some of its arguments).
See http://www.lispworks.com/documentation/HyperSpec/Body/m_and.htm
I can write (and t t nil), but if the parameters are packaged into a list,
how can I do?
One thing to do is to (let your Lisp) write exactly that (using a macro your
self).
--
Oyvin
.
- References:
- (apply #'and '(t t nil)) not work
- From: fishmacs
- (apply #'and '(t t nil)) not work
- Prev by Date: (apply #'and '(t t nil)) not work
- Next by Date: Re: (apply #'and '(t t nil)) not work
- Previous by thread: (apply #'and '(t t nil)) not work
- Next by thread: Re: (apply #'and '(t t nil)) not work
- Index(es):