Re: PreScheme exception handling
Taylor R Campbell <[email protected]> Sat, 21 Nov 2015 21:57:26 +0000
| Newsgroups | gmane.lisp.scheme.scheme48 |
|---|---|
| Message-ID | <[email protected]> |
Date: Sat, 21 Nov 2015 12:50:01 -0800 From: Thomas Hintz <[email protected]> All this makes me wonder, how does the PreScheme Scheme48 code handle exceptional cases? I feel like it must do something like this somewhere but a cursory look through the code didn't give me any good clues as to how it handles exceptional cases. Is there some other pattern I'm missing? You can always return error codes, just like is standard practice in C and somewhat common practice in C++.