michaeljbishop / mulligan

Elegant, Ruby-ish Restartable Exceptions for Ruby (like Lisp's "Restarts")
http://michaeljbishop.github.io/mulligan/
MIT License
8 stars 0 forks source link

Integrate with the REPL #3

Open michaeljbishop opened 10 years ago

michaeljbishop commented 10 years ago

Not sure how this would be done, but if an Exception propagated to the top level, the REPL could display the available recoveries and let the user choose which one to execute.