Hey all,

What is the idiomatic way to concatenate strings?  Here are some things 
that I expected to work, but didn't

    (+ "foo" "bah")
    (conj "foo" "bah")
    (into "foo" "bah")

For the moment I am doing

    (.concat "foo" "bah")

But it seems wrong

Thanks
P



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