|
|
|
|
|
by foota
570 days ago
|
|
It would be interesting if a language allowed control flow to jump between catches and exceptions with named sort of exceptions. E.g., imagine in this example that the code code throw an invalid index exception, some calling code could catch that, and supply a new index, and control flow would resume from the throw expression. This would be a complete mess, but it would be interesting nonetheless :) |
|
https://en.m.wikibooks.org/wiki/Common_Lisp/Advanced_topics/...