Thank you for responses.

The last two arguments do not resolve the doubt, however:

1. symbols also implement IFn:

    (require 'clojure.edn)
    ('a (clojure.edn/read-string "{a 1 b 2}"))
    => 1
 
2. EDN does not specify any evaluation model, so how can a symbol designate 
something "in isolation"?
    For example, clojure.core/conj in the context of EDN does not designate 
a function - EDN is not Clojure.

>
    One way I can imagine symbols to designate something is by agreement of 
particular EDN config file format.
    Maybe a user can specify {:angle PI}, and this specific config file 
format declares that the PI symbol
    can be used to refer the 3.14... constant.

    Still, I'm not sure such interpretation implies symbols in map keys 
should be resolved by the config file parser
    to some values....    




-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/68a3fce8-b63a-420b-9fbd-904f911a746b%40googlegroups.com.

Reply via email to