Smalltalk-80 started out using a graphics system called MVC (model view controller) and evolved to use a system from the Self language called Morphic. For those interested in using a Squeak image a little closer to the original Smalltalk-80, two images have appeared. Both are a little closer to the Smalltalk system described in Adele Goldberg’s blue book, which is more formally called Smalltalk: The Language And Its Implementation. Sungjin Chun has created an all MVC image that is 5.7M and can be used for web development with Seaside. Stefan Marr has an even smaller all MVC image at 1.7M. Both are fun to play with and make an educational contrast to contemporary Squeak images.
https://code.google.com/p/nxt-web/downloads/detail?name=ST80-20100805.zip&can=2&q= https://github.com/downloads/smarr/RoarVM/minimal-MVC.zip

Leave a comment