Java’s exception handling is the single best error handling and reporting mechanism ever built into a programming language.
I personally don't think you're going to beat the Common Lisp condition system. You can emulate Java-style exception handling, but it's so much richer to be able to restart in the context where the error occurred, without unwinding the stack.
No comments:
Post a Comment