slingshot
slingshot copied to clipboard
"continue" functionality
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
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