what is the intended way to use *e with SCI? I see that there's an sci/*e, but i'm not sure how to bind it dynamically to the last error
Here is an example but with a custom *e because it wasn't included in SCI at the time:
https://github.com/babashka/sci/blob/master/examples/sci/examples/repl.clj
You can also check babashka's REPL
in other words, you set it yourself
ok i see, the intended use is that the REPL catches the exceptions and rebinds it on each eval
yes