Re: Try/Catch
- Posted by dcuny Jan 04, 2015
- 6134 views
mattlewis said...
I haven't read to the end of this thread yet, but conceptually, finally has been implemented in euphoria:
The primary issue I've got with that approach is that the context (in the local call) can be lost - especially if you're trying to change the state on something and returning a value.
But in truth, finally isn't my main concern. As others have pointed out, there are interesting approaches taken by other languages that are worth exploring.
- David