9 Jui
2007
9 Jui
'07
12:32
If an error occurs during the expansion of a macro, Gambit doesn't start a new repl to enable me to debug the code. Is there a way to enable this? It would be really helpfull for me as some of my macros are really complex. For instance: Gambit Version 4.0 beta 22
(define-macro (foo) (car 1)) (foo) *** ERROR -- (Argument 1) PAIR expected (car 1)
Thanks, Guillaume