On Sun, Mar 16, 2008 at 2:36 AM, Slava Pestov <[EMAIL PROTECTED]> wrote:
>
>  Here is an example usage of the new 'fry' abstraction:
>
>  : with-exit-continuation ( quot -- )
>     '[ exit-continuation set @ ] callcc1 exit-continuation off ;
>

Shouldn't this be run in a scope or is fry doing that for you? If you
have nested with-exit-continuation calls, then the inner will
overwrite the exit-continuation won't it?

Chris.
-- 
http://www.bluishcoder.co.nz

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to