> But today using Smalltalk everywhere means that we are always using the same > environment, and that does not look like a big deal to anybody :)... > > And then, that's easily solved by doing some simple stuff if you like specify > an environment, isn't it? > > Symbol>>asClass > self asClassInEnvironment: self class environment > > Symbol>>asClassInEnvironment: anEnvironment > anEnvironment globals at: self
yes :) something like that. Stef