Exceptional Situations in Javascript
P T Withington
ptw at pobox.com
Tue Mar 27 03:51:57 PDT 2007
Was any consideration given to adding the ability to handle
exceptions in Javascript the way they are handled in [Lisp](http://
www.nhplace.com/kent/Papers/Exceptional-Situations-1990.html)?
In particular, I really miss the ability to handle an exception in
the exception context (as opposed to only after the stack has unwound
to a try block). Compared to the DOM level 2 event handling,
Javascript exception handling seems weak.
More information about the Es4-discuss
mailing list