> It looks like you're trying to group together different functionality > in one place. Idiomatic Clojure tends to encourage separating > functionality out into independent components.
Thanks for the tip. My system doesn't provide validation, it just differentiates between "nil" and "undefined but mandatory". It also checks to see if there's a conflict betweeb inherited values, but this is something any system with multiple inheritance must do. Finally, it keeps track of objects' ancestors, so that I can see that a :smartphone is-a :phone and is-a :pc, and so on. -- 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