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

Re: Apply



> 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).