Hello John!
On 8/3/20 6:41 AM, John Cowan wrote:
>
>
> On Sun, Aug 2, 2020 at 2:05 PM Zelphir Kaltstahl
> mailto:zelphirkaltst...@posteo.de>> wrote:
>
>
> 1. Is there any situation, in which one would like to raise a
> non-continuable exception / condition, and not unwind the stack? Wou
Hey,
thanks to you both for this enjoyable collateral learning :)
Cheers
-- t
signature.asc
Description: Digital signature
On Sun, Aug 2, 2020 at 2:05 PM Zelphir Kaltstahl
wrote:
> 1. Is there any situation, in which one would like to raise a
> non-continuable exception / condition, and not unwind the stack? Would
> that make sense in any situation?
>
I'm going to talk about Scheme in general, not Guile specificall
Hello Guile Users!
In order to update the exception handling examples in my examples
repository
(https://notabug.org/ZelphirKaltstahl/guile-examples/src/master/exception-handling),
I've spend some time thinking about exception handling, what was written
on the mailing list and some things I read i