More Common lisp problems



Osman wrote:

> Even After Vadim's patch, I am getting similar error messages:
>
> Type-error in KERNEL::OBJECT-NOT-LIST-ERROR-HANDLER:  LAMBDA is not of type
> LIST
>
> Restarts:
>   0: [MACSYMA-QUIT] Macsyma top-level
>
> Debug  (type H for help)
>
> (MAPPLY1 (LAMBDA (#:G1010) (DECLARE #) (COND # #))
>          (2)
>          (LAMBDA (#:G1010) (DECLARE #) (COND # #))
>          NIL)
> Source:
> ; File: /home/Osman/osman/maxima-pre59/src/mlisp.lisp
> (CAAR FN)
>
> I checked mlisp.lisp and at line 2393:
>  (LIST '(LAMBDA) (CONS '(MLIST) ARGS) BODY))
>
> How do we make this list into a "function" use COERCE ?
>
> Thanks
> Osman

It looks like a different problem. Could you clarify in which
situation this error occurs.

Vadim

--

[ Vadim V. Zhytnikov  <vvzhy@mail.ru>  <vvzhy@td.lpi.ac.ru> ]