Take a look at definline in clojure.core. Regards, BG
Sent from phone. Please excuse brevity. On Jul 12, 2012 10:13 PM, "john" <[email protected]> wrote: > I was reading an old post of Rick Hickey > > https://groups.google.com/forum/?hl=de&fromgroups#!searchin/clojure/sbcl/clojure/xyXu0S-CDZk/N2DI7Rpu5BIJ > >> You can also >> use :inline to wrap arithmetic primitives implemented as Java static >> methods, as Clojure itself does for +/* etc, which HotSpot inlines >> quite nicely >> >> > > I cannot find any information on the :inline keyword . I tried to google > but got infos regarding clojure protocols. > I also looked at the defn + {:inline ('multiply 'unchecked_multiply)} > Can somebody point me to infos explaining :inline and maybe nary-inline > many greetings > john > > > -- > 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 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
