building maxima, questions



Rainer wrote:

> src/suprv1.lisp
> 
> 
> (defmvar $prompt
>     '_
>   nil
>   no-reset)
> 
> The documentation NIL is not of type string. The form expands
> to a DEFVAR form. In ANSI-CL the documentation argument to DEFVAR
> is defined to be a string.

corrected in my last cvs commit

I think it is very good that you uncover errors like that.
Keep on going :-) and we might get maxima up to ansi cl standards.

'Andreas