guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile analog of join in python for strings?


From: Marko Rauhamaa
Subject: Re: guile analog of join in python for strings?
Date: Sun, 14 Dec 2014 14:43:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

jamil egdemir <address@hidden>:

> Is there an analog of the following (from Python) in Guile?
>
> In [4]: "++GLUE++".join(['this', 'is', 'a', 'test'])
> Out[4]: 'this++GLUE++is++GLUE++a++GLUE++test'
>
> Or perhaps a better question to ask:  What is the
> canonical way to do the same thing in Guile?

string-join


Marko



reply via email to

[Prev in Thread] Current Thread [Next in Thread]