Re: [racket-users] Re: [ANN] Simple, Deterministic Dictionaries (ddict)

2017-01-23 Thread Andrew Kent
On Monday, January 23, 2017 at 4:27:56 PM UTC-5, Philip McGrath wrote: > Have you considered implementing theĀ gen:dict generic interface? > > > > -Philip > > > > On Mon, Jan 23, 2017 at 7:58 AM, Greg Trzeciak wrote: > On Monday, January 23, 2017 at 2:18:53 PM UTC+1,

Re: [racket-users] Re: [ANN] Simple, Deterministic Dictionaries (ddict)

2017-01-23 Thread Philip McGrath
Have you considered implementing the gen:dict generic interface? -Philip On Mon, Jan 23, 2017 at 7:58 AM, Greg Trzeciak wrote: > On Monday, January 23, 2017 at 2:18:53 PM UTC+1, Andrew Kent wrote: > > > ddict seeks to mimic Racket's `hash` API as much as possible and is >

[racket-users] Re: [ANN] Simple, Deterministic Dictionaries (ddict)

2017-01-23 Thread Greg Trzeciak
On Monday, January 23, 2017 at 2:18:53 PM UTC+1, Andrew Kent wrote: > ddict seeks to mimic Racket's `hash` API as much as possible and is hopefully > a a convenient "drop in" replacement for `hash` when you'd like deterministic > iteration order. Thank you, just when I need it! One minor issue