>> I was curious about what other functi=
ons might be pure and could be
>> added to this list.=C2=A0 While I seem to have guessed correctly o=
n some,
>> I am perplexed why adding string-to-char breaks things:
> Strings are not immutable.
I agree that string-to-char is not a pure function, according to my
understanding of the meaning of "pure" in such a context.
Why? Its return value clearly only depends on its =
argument, and it doesn't change any global state. It's the poster c=
hild of a pure function!