On Thu, Mar 10, 2011 at 12:46 PM, Damien Lepage <[email protected]> wrote:
> Hi
>
> (apply enmap arg (concat even-more (list (hash-map k v))))
> Is there something simpler than (concat even-more (list (hash-map k v)) to
> append an element at the end of a sequence?
To answer your second question, I think this is the same as:
(apply enmap arg (conj even-more {k v})
--
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