[plt-scheme] nested mutable lists in R6RS

From: Noel Welsh (noelwelsh at gmail.com)
Date: Fri Jun 12 07:11:49 EDT 2009

On Fri, Jun 12, 2009 at 11:46 AM,
LordGeoffrey<lordgeoffrey at optushome.com.au> wrote:
> Is it possible to have nested mutable lists in R6RS?

Yes, a list can contain any value, including another list.

> I ask because i have a nested list structure and i want to change the
> occasional value in the list, and possibly even restructure the tree.
>
> As part of that i like using find-tail and other common list functions.
> I assume i am merely including the wrong combination of libraries.
>
> Any advice?

You don't actually mention any issues you're having, so I can't really say more.

N.


Posted on the users mailing list.