Withdrawn SRFI 250: Insertion-ordered hash tables Arthur A. Gleckler (24 Sep 2024 19:31 UTC)
Re: Withdrawn SRFI 250: Insertion-ordered hash tables Shawn Wagner (25 Sep 2024 18:39 UTC)
Re: Withdrawn SRFI 250: Insertion-ordered hash tables Arthur A. Gleckler (25 Sep 2024 18:41 UTC)
Re: Withdrawn SRFI 250: Insertion-ordered hash tables Shawn Wagner (25 Sep 2024 21:35 UTC)
Re: Withdrawn SRFI 250: Insertion-ordered hash tables Daphne Preston-Kendal (25 Sep 2024 18:44 UTC)
Re: Withdrawn SRFI 250: Insertion-ordered hash tables Shawn Wagner (25 Sep 2024 21:34 UTC)
Re: Withdrawn SRFI 250: Insertion-ordered hash tables Daphne Preston-Kendal (25 Sep 2024 21:53 UTC)
Re: Withdrawn SRFI 250: Insertion-ordered hash tables Shawn Wagner (25 Sep 2024 22:43 UTC)

Re: Withdrawn SRFI 250: Insertion-ordered hash tables Daphne Preston-Kendal 25 Sep 2024 18:43 UTC

On 25 Sep 2024, at 20:38, Shawn Wagner <xxxxxx@gmail.com> wrote:

> I'm interested in resurrecting this one. And I have a working sample implementation (In Racket, but it's built on top of SRFI-146 hash maps and shouldn't be too hard to convert to R7RS).

If it’s built on SRFI 146 hash maps, how does it remember insertion order?

Daphne