Actually, ^doubles can be used for two separate things, one of which applies to ^objects as well: avoid reflection and avoid boxing/unboxing. I do need to avoid reflection.
On Saturday, February 23, 2013 10:00:58 PM UTC+1, Michael Klishin wrote: > > > 2013/2/24 Marko Topolnik <[email protected] <javascript:>> > >> Is this behavior specified? It certainly doesn't make sense from a >> language user perspective. > > > ^doubles can be used to avoid boxing on the hot code path, what would you > gain with ^objects? > -- > MK > > http://github.com/michaelklishin > http://twitter.com/michaelklishin > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
