On Thu, Mar 12, 2020 at 12:03 AM Marc Nieper-Wißkirchen <xxxxxx@nieper-wisskirchen.de> wrote:
R7RS-large doesn't seem to have a list datatype yet, which is backed up by a hash table and which guarantees uniqueness of the list entries. 

I'm implementing this, and it occurred to me that an ordered list that didn't preserve uniqueness would be useful, too.  One that did preserve it could easily be wrapped around it.

What do you think?