IRC channel logs

2022-07-23.log

back to list of logs

***Furor is now known as Colere
<mala>u
<mala>so, if I'm in the repl, and I've raised an exception -- say by asking it to evaluate (+ 1 (+ 2 'throw-me-an-error))
<mala>and i'm now in the debugger. Can I continue execution, but returning a new value at the point that the error was raised? I.e. return 5 so that the evaluation continues and gives the final answer 8?
<mala>I guess I'm trying to do the same thing that I'm able to do in a Common Lisp repl, which is have a bunch of potential continuations, including returning a new value for a failing form
<ArneBab>mala: I’m not sure, you’ll have to wait for someone else here; sorry. Possible starting point for searching: prompt
<ArneBab>(in the Guile manual)