Re: [Chicken-hackers] [PATCH 0/1] Move `module-environment' into chicken.eval

2017-06-18 Thread Peter Bex
On Sat, Jun 17, 2017 at 12:32:19PM +1200, Evan Hanson wrote: > Let me know what you think. The patch is pretty simple, with the main > implementation staying in modules.scm (where the module-related > procedures it needs are defined) but the public version moved to > eval.scm. I like this. Maybe

[Chicken-hackers] [PATCH 0/1] Move `module-environment' into chicken.eval

2017-06-16 Thread Evan Hanson
Hi folks, Here's a small patch that puts `module-environment' into the eval module. I propose this as an alternative to making `eval/meta` a public API, which it feels like we were mostly doing just to make "chicken.eval" export more than one thing. I think putting `module-environment' there