<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)">On 15 February 2018 at 18:50, David T. Lewis </span><span dir="ltr" style="font-family:arial,sans-serif;color:rgb(34,34,34)"><<a href="mailto:lewis@mail.msen.com" target="_blank">lewis@mail.msen.com</a>></span><span style="font-family:arial,sans-serif;color:rgb(34,34,34)"> wrote:</span><br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Feb 15, 2018 at 07:05:26AM -0800, Eliot Miranda wrote:<br>
> Hi David, Hi Casey,<br>
><br>
> > On Feb 15, 2018, at 6:05 AM, David T. Lewis <<a href="mailto:lewis@mail.msen.com">lewis@mail.msen.com</a>> wrote:<br>
> ><br>
> >> On Thu, Feb 15, 2018 at 09:33:59AM +0100, Tobias Pape wrote:<br>
> >><br>
> >>> On 15.02.2018, at 07:46, Marcel Taeumel <<a href="mailto:marcel.taeumel@hpi.de">marcel.taeumel@hpi.de</a>> wrote:<br>
> >>><br>
> >>> For the long term, I would love to have an "Export as..." in the world menu of a regular (trunk) image. :-)<br>
> >><br>
> >> Or even better: have the vm detect whether it loads an image matching its bit-ness (is this a word?)<br>
> >> and if not, convert it (maybe with a "please wait" info). I mean, it works for RSqueak and IIRC SqueakJS???<br>
> >><br>
> >> -t<br>
> ><br>
> > These are great ideas!<br>
> ><br>
> > Does anybody know any smart grad students looking for a challenging project?<br>
><br>
><br>
> My dream conversion would be taking the Smalltalk-80 image I have from the original Xerox tape and replacing its compiler and other relevant methods so that it used closures and Spur, and a conventional file/directory interface, but otherwise remained the simple bitblt based system with some 2000 methods and 200 classes.<br>
><br>
> Such a system is great for learning because it is small enough for one person to learn all of it.  Of course it would be a bit bigger; the closure compiler is more complicated, but not by much.  But projects like replacing repainting windows by windows with a backing store, are afternoon projects in this context.<br>
<br>
</span>That idea is crazy enough that it just might work :-)<br>
<br>
So just to explore the idea: If someone wanted to actually do this, how<br>
might they proceed?<br>
<br>
My guess would be that the fastest path might be to start with a modern<br>
oscog VMMaker image, and write enough new simulator support to handle the<br>
object memory and interpreter of the original Xerox system.<br>
<br>
If the old Xerox image could be hosted in a modern simulator, then it<br>
should be possible to translate the object image into a format that could<br>
be executed directly on a Spur VM.<br>
<br>
But that is only a piece of the problem, because such an image would be<br>
useless without the updated compiler and file system interface, and I can't<br>
quite picture how those bootstrapping steps might be done.<br>
<br>
Dave<br></blockquote><div><br></div><div><div class="gmail_default" style="font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial;font-family:arial,helvetica,sans-serif;color:rgb(0,0,0)">The Squeak 2.2. Mini image is just 200 classes and 4500 methods.</div><div class="gmail_default" style="font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial;font-family:arial,helvetica,sans-serif;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial;font-family:arial,helvetica,sans-serif;color:rgb(0,0,0)">- Bert -</div> </div></div></div></div>