Re: string-split, help me make it a string again :)

2008-09-10 Thread Chouser
On Wed, Sep 10, 2008 at 9:07 AM, ssecorp <[EMAIL PROTECTED]> wrote: > > So this string-splitting function works but it doesn't look very > aesthetic and returns a list of lists of \char. > > I know I can do (map str list) to turn the chars(?) into strings again > but how do I append them? In gene

string-split, help me make it a string again :)

2008-09-10 Thread ssecorp
So this string-splitting function works but it doesn't look very aesthetic and returns a list of lists of \char. I know I can do (map str list) to turn the chars(?) into strings again but how do I append them? And can it be made to look nicer? I don't find it very readable. (defn split [str del