Hi, I've been playing a little bit with MIT Scheme and have noticed a very nice feature of the debugger: when you hit an error and enter the debugger, it allows you to continue execution of a program with a user supplied value (restarts).
Looking for such a feature in Guile I've found this old thread: https://lists.gnu.org/archive/html/guile-user/2011-10/msg00033.html which suggests that it isn't. I'm wondering if something has moved in that direction since then. Regards, Fede