Y
Hacker News
new
|
ask
|
show
|
jobs
by
firstlink
1096 days ago
Algebraic effects use delimited continuations (and this appears to match toss/return). Call/cc captures an undelimited continuation. Totally different.
1 comments
gpderetta
1093 days ago
Yes delimited continuations are better in practice, but call/cc is more iconic.
link