[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apply
- To: paolo@idsia.ch (Paolo Cattaneo)
- Subject: Re: Apply
- From: kab (Kim Barrett)
- Date: Tue, 11 Aug 92 12:20:29 EST
- Cc: info-mcl@cambridge.apple.com
> The following line used to evaluate correctly
> on MCL2.0b1 but does not in MCL2.0f. Why?
>
> (apply `(lambda (x) (* x x)) '(2))
>
> Thank you in advance for any help.
A lambda-expression is no longer a valid argument for apply, funcall, &etc.
See, for example, the definition of apply (CLtL2, p.145).