Re: Meaning of :inline in meta

2012-07-12 Thread Baishampayan Ghose
Hi, This is definline - https://github.com/clojure/clojure/blob/master/src/clj/clojure/core.clj#L4583 inline keyword in compiler - https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/Compiler.java#L79 other inline stuff - https://github.com/clojure/clojure/blob/master/src/jvm/clo

Re: Meaning of :inline in meta

2012-07-12 Thread Baishampayan Ghose
Take a look at definline in clojure.core. Regards, BG Sent from phone. Please excuse brevity. On Jul 12, 2012 10:13 PM, "john" 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 > >> Yo

Meaning of :inline in meta

2012-07-12 Thread john
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 inl