I found a stackoverflow question discussing :const metadata, but I can't 
seem to find any official clojure docs about it.  Are you aware of any?

Well, to be fair, I see it mentioned on the cheatsheet but I can't find any 
further explanation:
http://clojure.org/cheatsheet

On Monday, March 24, 2014 4:48:15 AM UTC-7, Zoka wrote:
>
> Hi Matt,
>
> Looks very good  - the little speed up  you can make is to use :const 
> attribute for conversion constants such as
>  milliseconds-per-XXX  , so there is no var lookup overhead during 
> runtime.
>
>

-- 
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
--- 
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to