Hello everybody,
 I would like to write regular code something like

[1 2 ~@(map some-fn some-coll) 4 5]

is this possible?

I don't mind not using the literal vector notation..
it could even be

(some-macro-or-fn 1 2 3 ~@(map some-fn some-coll)  4 5)

is this possible .. ?

i don't want '" ` "" because it starts doing special this with symbols....

Thanks,
Sunil.

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

Reply via email to