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

Re: Finally clauses

This page is part of the web mail archives of SRFI 34 from before July 7th, 2015. The new archives for SRFI 34 contain all messages, not just those from before July 7th, 2015.



I'd add my vote for finally, too.  Even if it doesn't solve all the
world's problems, it solves enough of them to be very handy.  And I
realize I could wrap the try/catch in a dynamic-wind, but it seems
rather nicely related to try/catch and exceptions.

../Dave