The Right Approach to Exceptions
bearophile
bearophileHUGS at lycos.com
Sat Feb 18 20:09:23 PST 2012
Sean Cavanaug:
> In the Von Neumann model this has been made difficult by the stack
> itself. Thinking of exceptions as they are currently implemented in
> Java, C++, D, etc is automatically artificially constraining how they
> need to work.
It's interesting to take a look at how "exceptions" are designed in Lisp:
http://www.gigamonkeys.com/book/beyond-exception-handling-conditions-and-restarts.html
Bye,
bearophile
More information about the Digitalmars-d
mailing list