Small questions on error-kit—which I love and think that all clojure- contrib libraries should use—why do defined errors such as *error*, *number-error*, etc. have names surrounded by asterisks? According to this thread—http://groups.google.com/group/clojure/browse_thread/ thread/65d98eda2d1154b2—the convention is that variables surrounded by asterisks are meant to be used with the binding function. I don't really think that applies as much to error types, though—but does it? And should I use asterisks when I define my own errors?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
