(1) Is there any reasonable way to attach handlers to lazy sequences  
such that the handlers will still be in place outside the original  
handler scope, when the sequence is finally evaluated? (It is not  
obvious to me how to do this without making the handler system part of  
the language core.)

(2) When using continue-with while mapping a sequence, I find myself  
wanting to simply ignore error conditions (instead of having continue- 
with contribute nil or some error token to the sequence which I then  
have to filter out). What is the most idiomatic way to do this?

Thanks,
Stu

--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to