On Sun, Dec 19, 2010 at 5:21 AM, Tim Daly <d...@axiom-developer.org> wrote: > Axiom, a computer algebra system I maintain, > can dispatch on return type. I am looking at > the things Clojure can do that might support > the Spad language (the mathematical language > in Axiom). I could not find a way to adjust > the multimethod to dispatch on return type. > >
There is no static typing in Clojure. So the notion of return type do not really exists. Meikel's solution seems the simplest. -- 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