guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `try' exception handler


From: Marius Vollmer
Subject: Re: `try' exception handler
Date: 20 Apr 2001 15:36:05 +0200
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

Keisuke Nishida <address@hidden> writes:

> The module below is a `try'-style exception handler,
> which can be used like this:
> 
>   (try foo
>     ((misc-error . args) 'misc)
>     ((unbound-variable . args) 'unbound))  => unbound
> 
> Should this be included in ice-9?

Hmm, I dont' think so.  I'm not sure whether we want to keep the
current way of encoding condition objects, and `try' exposes this
encoding.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]