But this hash mechanism bothers me, because I see a informal
convention developing in Rack middleware, where the middleware starts
injecting it's own state into the hash, with hacky namespaces on the
keys to prevent key collisions. I would like to avoid that.
Just wondering if anyone had an alternative suggestion.
--
Chad Albers
Definitely. Using Racket's hashes, I can duplicate the same functionality.
But this hash mechanism bothers me, because I see a informal
convention developing in Rack middleware, where the middleware starts
injecting it's own state into the hash, with hacky namespaces on the
keys to prevent key collisions. I would like to avoid that.
--
Chad
____________________