top | item 38822639

(no title)

asQuirreL | 2 years ago

But going in the opposite direction, could you not also implement arbitrary effects using conditions? (Or delimited continuations in schemes)

discuss

order

ReleaseCandidat|2 years ago

I am not sure about conditions (I don't know enough about CL), but the effect system of Koka (and OCaml) uses delimited continuations. So it is doable in Scheme, with shift/reset or prompt/control or whatever primitives are defined.