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