[plt-scheme] call/cc and generators

From: Noel Welsh (noelwelsh at gmail.com)
Date: Tue May 4 15:44:09 EDT 2010

One nice aspect of continuation based generators is that they always
get the book-keeping right. Not so if you do it by hand.

N.

On Sat, May 1, 2010 at 2:10 AM, Skeptic . <skeptic2000 at hotmail.com> wrote:
>
> Hi,
> Generators are often given as good usage of call/cc, but in many cases it
> seems to me that explicitly saving the state is simple enougth that
> capturing the continutation is not needed....


Posted on the users mailing list.