This decision definitely is a part of clojure design; as far as I can tell, clojure tends to not throw an exception unless the input is terribly wrong (e.g. can't be converted to a seq in your case). Of course, it has some drawbacks, but is pretty convenient for the programmer and doesn't cause any problems in practice.
-- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
