Hi Mark,
What the documentation means is that you give dochars a "name" for a variable
and a string to process. It then iterates over each character in the string
using 'name' as a variable representing the character, so that each of the (0
or more) forms in the body can "do" something with the
Hi,
On 20 Aug., 10:25, probertm wrote:
> New here to Clojure-land and loving what I am seeing, though I am not
> getting some of the forms yet.
>
> Can someone help me with contrib.str-utils2/dochars? I have a need to
> iterate over each character in a string and this seems to be a macro
> that
Hi...
New here to Clojure-land and loving what I am seeing, though I am not
getting some of the forms yet.
Can someone help me with contrib.str-utils2/dochars? I have a need to
iterate over each character in a string and this seems to be a macro
that will do that (I suppose I could create my own