[squeak-dev] Smalltalk Zoo: 48 Years of Smalltalk History at CHM

sumi masato sumi at seagreen.ocn.ne.jp
Fri Dec 18 23:13:04 UTC 2020


Vanessa-san

Thank you for providing us with so many great implementations.

Smalltalk-72 doesn't seem to be accepting mouse clicks, but I think
this issue can be fixed easily by increasing the mem's array size a
bit.

    // this.mem = new Uint16Array(this.bkupMem.length);
    this.mem = new Uint16Array(0o177777);

Please give my regards to Dan.

--
sumim

2020年12月18日(金) 16:10 Vanessa Freudenberg <vanessa at codefrau.net>:

>>
>> In commemoration of the 40th anniversary of the release of Smalltalk-80, the Computer History Museum is proud to announce a collaboration with Dan Ingalls to preserve and host the “Smalltalk Zoo.”
>
>
> Dan has been working on this for a good while now. I helped with the SqueakJS part. Today the Computer History Museum announced it:
>
> https://computerhistory.org/blog/introducing-the-smalltalk-zoo-48-years-of-smalltalk-history-at-chm/
>
> Not everything is working perfectly yet. If you want to help out, I can put you in touch with Dan.
>
> Cheers!
> Vanessa
>


More information about the Squeak-dev mailing list