[gambit-list] srfi-1 and zip
Christian Jaeger
christian at pflanze.mine.nu
Tue Dec 18 12:04:56 EST 2007
Siegfried Gonzi wrote:
> Btw: Is there a way Gambit to obtain better error messages?
>
Use the interpreter, which will report the name of the unbound variable
and throw you into the debugger; additionally, switching off tail call
optimization avoids confusion about the place where the error happens
(generate-proper-tail-calls #f).
(I don't know how to tell snow not to compile (but load in the
interpreter) a file.)
Christian.
More information about the Gambit-list
mailing list