RE: [Sablevm-developer] Continuations (Part 1)
Brought to you by:
egagnon
From: Brent F. <bre...@xp...> - 2000-07-21 20:09:01
|
> Brent Fulgham wrote: > >... > > (define (my-resumable-proc) > > (do-something) > > (display (call-with-current-continuation my-abortable-proc)) > > (do-some-more)) > > ... > > This is getting way over my head. My knowledge of Scheme is > near null. I know LISP a little, and I have been told that > Scheme is like LISP but with static binding in places where LISP > implements dynamic binding... > > I'll let you research the literature, and come with suggestions, when > you are ready. > Sounds good. I've got to spend a little time doing some research before I can fully quantify the problem. Thanks, -Brent |