Comment on An Introduction to Condition Handling for Non-LispersparentComments−masklinn14yYou can use it for unconventional control flows if you wish to. For instance, see [0] which implements dynamically scoped variables on top of conditions. I'm not sure that's overly common, but I'm a smalltalk dilettante[0] http://www.lshift.net/blog/2012/06/27/resumable-exceptions-c...
Comments
You can use it for unconventional control flows if you wish to. For instance, see [0] which implements dynamically scoped variables on top of conditions. I'm not sure that's overly common, but I'm a smalltalk dilettante
[0] http://www.lshift.net/blog/2012/06/27/resumable-exceptions-c...