>
> Or if you really do need a list:
>
>  (for [x [1 2 3]] (cons 'some-symbol (list x)))
>

Why not

(for [x [1 2 3]] (list 'some-symbol x))

?

--~--~---------~--~----~------------~-------~--~----~
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