slingshot icon indicating copy to clipboard operation
slingshot copied to clipboard

"continue" functionality

Open pjlegato opened this issue 10 years ago • 1 comments

Hello, thanks for this library! Its existence has enhanced my programming.

Is it possible to add the ability to (continue) in an execption handler? This would resume execution of the original form at the point where the exception was thrown, for cases where the handler decides the exception is not serious.

Best, Paul

pjlegato avatar Nov 13 '14 00:11 pjlegato

Slingshot is very flexible and allows you a system for throwing and catching whatever error and meta-data you need to handle most of the problems a JVM app faces, but if you really need a restart system, you might want to look at those libraries that focus on the issue of restarts. For instance, https://github.com/zcaudate/ribol

lkrubner avatar Nov 28 '14 04:11 lkrubner