Philip Clayton wrote:
David Matthews wrote:
Almost, but append (@) is not tail-recursive so you need to combine List.rev and append.
...conveniently in the basis library as List.revAppend!
So it is! I forget what's actually in there. It's good to be reminded.
David.