Hacker News new | ask | show | jobs
by valcron1000 387 days ago
No, algebraic effects are a generalization that support more cases than LISP's condition system since continuations are multi-shot. The closest thing is `call/cc` from Scheme.

Sometimes making these parallelism hurts more than not having them in the first place

1 comments

Ah multi-shot does make a big difference, thanks for clarifying!