Gauche > Archives > 2017/11/11

2017/11/11 07:55:15 UTCjames
#
Does Gauche have a mechanism for installing a global exception handler? For example some scheme's allow (current-exception-handler . proc). I'd like to have a procedure that captures all exceptions (for logging purposes) without having to use guard / with-exception-handler etc.