On Thu, Dec 15, 2011 at 7:14 PM, Cedric Greevey <cgree...@gmail.com> wrote:
> For helper fns, it's unlikely to be necessary to use the function > widely in generic contexts, i.e. in a first-class manner, right? > fns with prim args/return support already do this. When not used higher order if the compiler can infer the right interface to use at a call site it will use it. Otherwise it calls the generic version. To be clear there is no "unboxing". If something becomes boxed, it must be manually unboxed by you. As far needing to recompile callers of changed prim fns I think this is a case of c'est la vie until someone volunteers to fix it (if that's possible). 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