(reduce str [\a \b \c])
(apply str [\a \b \c])
etc

On Sun, Nov 30, 2008 at 12:52 AM, puzzler <[EMAIL PROTECTED]> wrote:
>
> I would expect something like this to work:
> (String. (into-array [\a \b \c]))
> would yield "abc",
> but it gives me an error.
>
> It seems very natural to turn a string into a Clojure collection to do
> various manipulations, but then how do you turn a collection of
> characters back into a string?
> >
>



-- 
And what is good, Phaedrus,
And what is not good—
Need we ask anyone to tell us these things?

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to