chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] srfi-34 egg


From: Jörg F . Wittenberger
Subject: [Chicken-users] srfi-34 egg
Date: 30 May 2017 11:04:58 +0200

Hi Ben et al,

I found it not paying nice (possibly not playing nice _anymore_) with the native exceptions chicken provides.

The fix is simple, add these two lines to srfi-34 module:

(use (prefix srfi-34 s34:))
(mutate-procedure!
with-exception-handler
(lambda (forget-it) s34:with-exception-handler))

Best

/Jörg
....



reply via email to

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