On 2/9/07, Daishi Kato <[EMAIL PROTECTED]> wrote:
(environment-layer ENV [EXTENDABLE [SYMBOLS]]) that creates a new environment over a base environment ENV, and the binding is firstly lookuped in the new environment, and then (if it's not found and not deleted) lookuped in the base environment.
FYI, I'm working on an egg called 'contexts' that builds on top of the environment egg to provide stackable evaluation contexts (useful for creating experimental interpreters, among other things). I expect to upload it this weekend. Just saying that perhaps this requested feature might be out of scope for the environments egg, as the environment structure doesn't have a parent pointer, and the functionality can be easily enough wrapped on top of it? -- Arto Bendiken | [EMAIL PROTECTED] | http://bendiken.net/ _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
