On Tue, May 15, 2012 at 11:00 AM, Chad Albers <calb...@neomantic.com> wrote: > injecting it's own state into the hash, with hacky namespaces on the > keys to prevent key collisions. I would like to avoid that.
off the top of my head, it seems like if there is sharing, yet you want to avoid collisions, then you either have 1 hash with namespacing of keys involved, or you have N hashes, one for each namespace? ____________________ Racket Users list: http://lists.racket-lang.org/users