is there any way to access and set the lexical environments for compiled lambda closures? basically, i want to change the lexical environment for a compiled lambda closure dynamically. the reason for wanting to do this is so that i can share the "body" of the closure across different lexical environments. Tia, ..dave