Idiomatic Clojure error handling

Someone asks “how do I handle errors in Clojure – is X idiomatic?” on Clojurians every couple months. This stirred me to write up something basic: Idiomatic errors in Clojure

Nothing earth shattering, but maybe it’ll help to put it in one place.

A snippet:

2 Likes