Integral lookup and CLISP



On Sunday 04 January 2009 23:48:00 Dieter Kaiser wrote:
> In CLISP the expression (functionp (lambda (x y) ... )) gives
> always NIL and not T as is expected. The evaluation is not done and
> later in the code we get an Lisp Error with the unevaluated lambda
> expression.
>
> For GCL the test with functionp works.

I tried CLISP 2.44.1 and everything is OK.

  (type-of (lambda (x) x))   => 'function
  (functionp (lambda (x) x)) => t

-- 
Prickle Prickle, Chaos 4 YOLD 3175
Alexey Beshenov  http://beshenov.ru/