Re: Non Local Exits

2008-10-16 Thread Rich Hickey
On Oct 16, 10:16 am, "Matthew D. Swank" <[EMAIL PROTECTED]> wrote: > So, I'm trying to clear up some flow control issues in my head, and I > want to confirm that my thinking is at least in the right direction. > > Let's say I implement a very simple restart facility with the > following style: >

Non Local Exits

2008-10-16 Thread Matthew D. Swank
So, I'm trying to clear up some flow control issues in my head, and I want to confirm that my thinking is at least in the right direction. Let's say I implement a very simple restart facility with the following style: (def current-handler) (def current-restart nil) In some code I want to handle