envy icon indicating copy to clipboard operation
envy copied to clipboard

Config hash?

Open jackfirth opened this issue 8 years ago • 1 comments

Sometimes I'd like to do something reflectively over all bindings defined in a #lang envy module, like write them to a file, compute a signature of the current config, or store them in some global mutable data structure. It would be nice if #lang envy defined a hash table mapping symbols to the parsed env values.

jackfirth avatar May 08 '17 05:05 jackfirth

Technically, I think you can implement this yourself dynamically with module->exports. I could understand a desire to have it built-in, though.

lexi-lambda avatar May 08 '17 18:05 lexi-lambda