Hans
I seem to not get the catch handler called, when using guile
interactively. Might you provide a small example? Something like:
(catch 'FOO (throw 'FOO "Test") (lambda (x . xt) (display x) (display
" . ") (display xt)))
(catch #t (throw 'FOO "Test") (lambda (x . xt) (display x) (display
" . ") (display xt)))
- Catching Hans Aberg
- Re: Catching Ludovic Courtès
- Re: Catching Hans Aberg