> I'm visiting from the Common Lisp world and I'm wondering if Clojure's > multimethods support method combination? (Please forgive me if this > has already been asked and just direct me to the relevant > documentation.)
Discussed previously: http://groups.google.com/group/clojure/browse_thread/thread/db54f88d235256d/75445617648fc9bb In short -- not as such. Either factor out the common code, or manually pull up matching methods. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
