18 Déc
2007
18 Déc
'07
12:04
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.