Clojure A Day– Error Handling
You can’t program in a language where you don’t understand how errors are handled.
try/catch/finally
Nothing terribly new to learn here if you come from a Java/.NET background– clojure has try
/catch
/finally
error handling. Same sort of propagation.
Example: