Re: About exception handling again ...

2020-08-03 Thread Zelphir Kaltstahl
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

Re: About exception handling again ...

2020-08-03 Thread tomas
Hey, thanks to you both for this enjoyable collateral learning :) Cheers -- t signature.asc Description: Digital signature

Re: About exception handling again ...

2020-08-02 Thread John Cowan
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

About exception handling again ...

2020-08-02 Thread Zelphir Kaltstahl
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