Nov. 7, 2010
1:21 p.m.
On Nov 7, 2010, at 10:51 AM, Stéphane Ducasse wrote:
SmalltalkImage current instVarAt: #globals put: SystemDictionary new
Something like that.
This code initialize Smalltalk, but I haven't found where Smalltalk is stored. Smalltalk is not a SmalltalkImage inst var nor class var neither Smalltalk class inst var ... So I wonder where to find it ... Ben
? On Nov 7, 2010, at 2:46 AM, Benjamin wrote:
Hi guys,
I wonder how SmalltalkImage create the Smalltalk instance.
Can someone explain me that ?
Thank you
Ben