On Sun, Jan 23, 2011 at 11:59 AM, WoodHacker <[email protected]> wrote:
> Is it possible to create a map key from an integer or string to be
> used for retrieving data dynamically from a map?

Yep.

user=> (keyword "foo")
:foo
user=> (keyword (str 42))
:42
user=>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to