Comment on Exceptions (2003)Comments−samatman13yWhile I'm not familiar with the Erlang paradigm that inspires it, the dire[1] library in Clojure is designed to decomplect error handling from code that may generate an error. I like this approach a lot.[1]: https://github.com/MichaelDrogalis/dire
Comments
While I'm not familiar with the Erlang paradigm that inspires it, the dire[1] library in Clojure is designed to decomplect error handling from code that may generate an error. I like this approach a lot.
[1]: https://github.com/MichaelDrogalis/dire