More Common lisp problems



On Friday 23 November 2001 11:39, you wrote:
> 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.

This happens when I run symmgrp.max (lie symmetry code) with  s_kar1.com  as 
input.

maxima-cmu < s_kar1.com

If you want I can email you the maxima source (single file 27K)

Osman