On Sat, Mar 23, 2013 at 4:16 AM, Thomas Heller <[email protected]> wrote: > Just out of curiosity, does it have to be a function? > > (def data {:foo 1 :bar 2 :baz 3}) > (def data-keys (keys data)) > > If one item is constant the other probably is too?
In this case, yes, but it's easy to imagine cases where neither is a constant. -- Ben Wolfson "Human kind has used its intelligence to vary the flavour of drinks, which may be sweet, aromatic, fermented or spirit-based. ... Family and social life also offer numerous other occasions to consume drinks for pleasure." [Larousse, "Drink" entry] -- -- 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 --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
