top | item 8675794

(no title)

ssp | 11 years ago

If you generalize labels so that they become first class, then call/cc can be written in terms of goto. http://ssp.impulsetrain.com/goto.html

discuss

order

WallWextra|11 years ago

It's longjmp.

mostly_harmless|11 years ago

not quite. It is similar to longjmp except that this can jump down the stack. these labels can be jumped to even after the function returns