sci

jyn 2025-09-26T15:27:39.492489Z

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

borkdude 2025-09-26T15:29:11.503239Z

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

borkdude 2025-09-26T15:29:31.619119Z

in other words, you set it yourself

👍 1
jyn 2025-09-26T15:31:41.511369Z

ok i see, the intended use is that the REPL catches the exceptions and rebinds it on each eval

borkdude 2025-09-26T15:31:51.375529Z

yes