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 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

Reply via email to