basilisp-lang / basilisp

A Clojure-compatible(-ish) Lisp dialect targeting Python 3.8+
https://basilisp.readthedocs.io
Eclipse Public License 1.0
256 stars 6 forks source link

Add Exception hooks #873

Open chrisrink10 opened 7 months ago

chrisrink10 commented 7 months ago

Basilisp should have a dynamic Var which is an except hook which can be installed at sys.excepthook to allow for customizing exceptions from Basilisp code.