[Openmcl-devel] error with PROGV

Pascal J. Bourguignon pjb at informatimago.com
Sat Jun 16 02:23:26 PDT 2012


"Pascal J. Bourguignon" <pjb at informatimago.com> writes:

> Why do I get this error:
>
> cl-user> (progv '(print-string enter-b enter-a hello r0 r1 pc ra rb rc rd re
>                   rstop a+ a- a* a/ a< a= a> aand aor anot aoutch
>                   ainch)
>              '(print-string enter-b enter-a hello r0 r1 pc ra rb rc rd re
>                rstop a+ a- a* a/ a< a= a> aand aor anot aoutch
>                ainch)
>            ainch)
>> Debug: (print-string enter-b enter-a hello r0 r1 pc ra rb rc rd re
>   rstop a+ a- a* a/ a< a= a> ...) is not a proper list of bindable
>   symbols of length < 169.
>
> ?

Ok, I found why: I had defined r0 - rstop and a+ - ainch  as constants
(the error message in clisp is much clearer).

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.




More information about the Openmcl-devel mailing list