The way defmulti handles argument matching. I could be incorrect, but if I recall I was forced to use namespaced keywords for matching, and I couldn't use & args like I wanted to.
On Sun, Oct 26, 2014 at 9:48 AM, Daniel Higginbotham <[email protected]> wrote: > > What's difficult when it comes to understanding multimethods, records, > types, and protocols? I'm writing a chapter on multimethods, records, > types, and protocols for the book Clojure for the Brave and True, and I'd > love to hear about what kinds of pitfalls I should be sure to cover :) > Thanks! > Daniel > -- > 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 > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
