I'm new at Clojure, but from trying it out it seems really cool. I have a minor request—when a list is evaluated and its first argument is nil, a NullPointerException occurs. This took me a while to debug when I had put (some-fn 3), and some-fn happened to be nil in some cases.
Could a clearer, more descriptive exception be raised, like "list's first argument is nil", instead of the rather unclear NullPointerException? --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---