On Tuesday, March 19, 2013 4:41:33 AM UTC+1, puzzler wrote:

> On Mon, Mar 18, 2013 at 8:31 PM, Kemar <ke.m...@gmail.com <javascript:>>wrote:
>
>> Explicitly derefing the var and calling meta on it works:
>>
>> (meta @#'c) -> {:amazing true}
>>
>> No idea as to why though...
>>
>
> Quirky.  I assume that explicitly derefing the var defeats the speed 
> benefits of  ^:const, yes?
>

The way speed is achieved for :const is that it is given the same treatment 
as Java's *compile-time constants*, so you're not even touching the var 
when you refer to it by name. Now, *meta* could be accepted as a special 
case, explicitly detected by the compiler, but that mechanism would once 
again be easily defeated. So I'd say it's not a bug, but a case of *you 
can't have your cake and eat it, too.*
*
*
-marko

-- 
-- 
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/groups/opt_out.


Reply via email to