There is one context where failure as exceptions can be a bit ugly is in core 
async channels but there are a few ways to deal with this, from separating 
channels for exceptions, using some kind of named tuple, map or just 
dispatching with instance? It is just a side effect of core async design where 
every message is just a value with no specific meaning (which is a good thing 
imho). 

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to