Lua recursive error response?

In many dialects of the / lisp scheme, when an error occurs, a "recursive replica" appears ... you can execute the / lisp scheme code in the frame where the error occurred and move up / down the stack.

Is it possible to do something like this in lua?

Thank!

+3
source share
1 answer
+3
source

Source: https://habr.com/ru/post/1744466/


All Articles