|
|
|
|
|
by threepio
1753 days ago
|
|
From the article: > The magic is that all Scheme code, by virtue of supporting the capture (and unwind) of delimited continuation Is that true? I thought Racket was the only Scheme (and maybe the only language in general) that supported delimited continuations. |
|
http://okmij.org/ftp/continuations/against-callcc.html#traps
Closer to your point, there are a few other implementations that offer delimited continuations natively. See https://wingolog.org/archives/2010/02/26/guile-and-delimited... for a 11 year old post on adding them to guile scheme.