On Fri, Jun 29, 2012 at 8:02 PM, Mark Engelberg <mark.engelb...@gmail.com> wrote: > I think the suggestion is to create a protocol for each function that could > potentially gain speed improvements for specialized types. So for example, > ILast could be a protocol. extend ILast to have an implementation for ISeq > (using the current code).
As I said, if ISeq and ILast are both protocols that won't work. No protocol inheritance. At this point I think some of the basic challenges are clear. Would love to see someone actually build these ideas out purely on top of protocols instead of making this thread any longer. A good Clojure implementation via ClojureScript would make the arguments more convincing ;) David -- 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