Comment on Continuations by example: Exceptions, time-traveling search, threads, and moreparentComments−a13692099936yYou could dispute "serious", but I've used it in a not!lisp for various control flow purposes. func a0 a1 = callcc \return: # ... callcc (again =) # ... x ?? return y again again
Comments
You could dispute "serious", but I've used it in a not!lisp for various control flow purposes.