<div dir="ltr"><div><div><div><div><div><div>Currently, bindingOf:environment: will search for scope in superclass environment.<br></div>This is an easy way to import all Smalltalk globals, since you&#39;ll end up looking in Object/ProtoObject environment.<br>
<br></div>But is it the way it should be?<br></div>Couldn&#39;t we inherit from a class without importing all the environment in which it was declared?<br><br></div>Couldn&#39;t we instead explicitily ask to import: #SomeClass or all of Smalltalk globals?<br>
</div>(Beware, someone must ask Smalltalk to export: #SomeClass, or exportSelf for such import to be possible)<br><br></div>Nicolas<br></div>