Greetings Squeakers,<br>
I am interested in the history of the Squeak 3.8 image.<br>
<br>
Metaphorically how much is my Squeak image like sourdough bread?<br>
<br>
Literally, are there instances of objects that have been living ( or allocated ) in the image for 30 years?<br>
<br>
I can see how the individual class and method definitions can be traced
back, just like libraries in other file based programming languages,
but the runtime system of the image seems wholly different.<br>
<br>
Was the image thrown away during major transitions in VM such as
Smalltalk-72 -&gt; Smalltalk-80 -&gt; Squeak? If not, how is this
transition made?<br>
<br>
Thanks,<br>
Austin<br>
<br>
P.S. I'm coming from a J2EE perspective, where these cultural facts are
quite enlightening. Deploying a content change recently required a
server reboot.