Hi,

I'm looking for fast lisp style generic functions in clojure. In other 
words: multimethods that dispatch on the java type.
A search on the web revealed little, since protocols and multimethods 
always show up. I have also seen some old discussion in this group on the 
topic, but I couldn't figure out whether there is a usable implementation 
out there. So I'm posting my question on this group.

1/ Is there generic function implementation out there that I can use? 
2/ Are there plans to include them in future versions of clojure? 
3/ And lastly, could this be implemented as a sequence of single dispatch 
(using the available single dispatch, which is fast)?

Thanks,
Răzvan

-- 
-- 
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
--- 
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to