|
|
|
|
|
by sph
391 days ago
|
|
> Yeah, it's mind-blowing when it clicks, and makes the whole "exceptions vs. return types" discussion look like a quarrel of 3yos in a sand box. Error handling in other languages/runtimes just doesn't feel sufficient from now on. I am still waiting for a non-Lisp language with a half-decent restart system. Even compiled languages should be able to implement it (except dealing with a possible allocation failure when saving the register context to return to) |
|
"Restart. Start execution of the current method from the beginning. You can edit a method shown in the code pane, save it, and restart it!"
https://drcuis.github.io/TheCuisBook/The-Debugger.html