On Jun 19, 2010, at 14:55 , Rich Hickey wrote: > > Yes, that's a bit Java-ish. All we care about here is returning the canonic > boxed representation of the number.
It was suggested before that it is simple to allow automatic promotion, by compiling multiple versions. how about doing this? One version with primitives and one version with everything object boxed. This would (of cause mean) even if only one argument has to get boxed all others will to but it would give use speed and correctness. Would that be possible? -- 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