Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

[ sisc-Bugs-1151368 ] DYNAMIC-WIND fails to catch continuation thro: msg#00010

Subject: [ sisc-Bugs-1151368 ] DYNAMIC-WIND fails to catch continuation thro
Bugs item #1151368, was opened at 2005-02-24 15:53
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1151368&group_id=23735

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Taylor Campbell (riastradh)
Assigned to: Nobody/Anonymous (nobody)
Summary: DYNAMIC-WIND fails to catch continuation thro

Initial Comment:
(call-with-current-continuation
  (lambda (throw)
    (dynamic-wind
      (lambda () (write 'in) (newline))
      (lambda () (write 'thunk) (newline) (throw))
      (lambda () (write 'out) (newline)))))

This prints only:

in
thunk

It should also print a line with OUT on it, but it doesn't.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1151368&group_id=23735


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click


<Prev in Thread] Current Thread [Next in Thread>