lua recursive repl on error?
Posted
by anon
on Stack Overflow
See other posts from Stack Overflow
or by anon
Published on 2010-05-07T07:32:30Z
Indexed on
2010/05/07
7:38 UTC
Read the original article
Hit count: 299
lua
|recursive-repl
In many scheme/lisp dialects, when an error occurs, a "recursive repl" is popped up ... one can execute scheme/lisp code at the frame where the error occured, and go up/down the stack.
Is it possible to do something similar to this in lua?
Thanks!
© Stack Overflow or respective owner