Re: Education on Dynamic Binding

2015-06-01 Thread andy . chambers
There's this one from uswitch http://oobaloo.co.uk/dynamic-error-capture-with-clojure but it doesn't really have a motivating example to highlight why that particular approach is better. Or this one which hints at monads: http://adambard.com/blog/acceptable-error-handling-in-clojure/ I also f

Re: Education on Dynamic Binding

2015-05-29 Thread Tj Gabbour
I wonder whether it's been dropped because of threads. (If I understand correctly, you have to remember to tell the thread to inherit dynamic bindings. Which may be difficult if you have a framework creating threads as an implementation detail...) On Wednesday, May 27, 2015 at 4:01:29 AM UTC+2,

Re: Education on Dynamic Binding

2015-05-28 Thread piastkrakow
What blog posts did you find useful? On Tuesday, May 26, 2015 at 10:01:29 PM UTC-4, andy.c...@fundingcircle.com wrote: > > This page on Jira says that dynamic binding should be documented as "The > Clojure Way" to do error handling. Was this ever done? I managed to find a > few blog posts disc

Education on Dynamic Binding

2015-05-26 Thread andy . chambers
This page on Jira says that dynamic binding should be documented as "The Clojure Way" to do error handling. Was this ever done? I managed to find a few blog posts discussing approach but nothing official. http://dev.clojure.org/display/design/Error+Handling Cheers, Andy -- You received this m