Robert Carleton <r
@insidernewswire.com> wrote:
> I'd like to take text strings with whitespace and re-arrange the non
> whitespace text. In awk I'd do something like {print $2, $3, $1}.
> What would be a scheme way to do this? string->list looks like a
> start, but I was wondering if there were other tools. I mostly use
> guile.
In Guile you can use READ-LINE and STRING-SPLIT. If you want to