|
|
|
|
|
by reuben364
787 days ago
|
|
a function will return to it's call site (or diverge), a handler doesn't necessarily have to resume from where it was invoked. There is also (sort of) dynamic scoping, where you don't have to thread the handlers through calls. |
|