[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Icon




You can do the Haskell thing (identifying one branch of the continuation
with the ordinary return and the other one with call/cc-continuations aka
monadically captured continuations) equally well using continuations in
Scheme.  I designed a Prolog system that way in 1984. Several other people
have extended this work a lot. -- Matthias