The Squeak programming language is a Smalltalk implementation. It is object-oriented, class-based and reflective.
It was derived directly from Smalltalk-80 by a group at Apple Computer that included some of the original Smalltalk-80 developers. Its development was continued by the same group at Walt Disney Imagineering, where it was intended for use in internal Disney projects.
Squeak is available for many platforms, and programs produced on one ...
More
The Squeak programming language is a Smalltalk implementation. It is object-oriented, class-based and reflective.
It was derived directly from Smalltalk-80 by a group at Apple Computer that included some of the original Smalltalk-80 developers. Its development was continued by the same group at Walt Disney Imagineering, where it was intended for use in internal Disney projects.
Squeak is available for many platforms, and programs produced on one platform run bit-identical on all other platforms. The Squeak system includes code for generating a new version of the virtual machine (VM) on which it runs. It also includes a VM simulator written in itself (Squeak). For this reason, it is easily ported.
Dan Ingalls, an important contributor to the Squeak project, wrote the paper upon which Squeak is built and constructed the architecture for five generations of the Smalltalk language.
Squeak incorporates many of the elements Alan Kay proposed in the Dynabook concept, which he formulated in...
Less