1998-12-03 04:35:45 +00:00
|
|
|
Squeak is a new implementation of the Smalltalk programming
|
1999-03-05 16:24:52 +00:00
|
|
|
environment; it includes among other things:
|
1998-12-03 04:35:45 +00:00
|
|
|
* a rapid-turn-around Smalltalk-80 compiler,
|
|
|
|
* a caching-JIT run-time virtual machine (with full source in
|
|
|
|
Smalltalk),
|
|
|
|
* large class libraries with portable data and GUI models, and
|
|
|
|
* an integrated development environment with coding tools, GUI
|
1999-03-05 16:24:52 +00:00
|
|
|
construction.
|
1998-12-03 04:35:45 +00:00
|
|
|
|
1999-03-05 16:24:52 +00:00
|
|
|
Squeak was developed at Apple Labs and Walt Disney and has been ported
|
|
|
|
to a variety of computers (including most flavors of UNIX and
|
|
|
|
Windows). Compared to other Smalltalk systems, Squeak has 4 important
|
|
|
|
features:
|
1998-12-03 04:35:45 +00:00
|
|
|
* Portability (to Mac, Windows, WinCE, and many flavors of UNIX);
|
|
|
|
* Speed (it uses native C for compute-intensive code);
|
|
|
|
* Price (free, including all source code and the right to distribute
|
|
|
|
applications!); and
|
|
|
|
* Sophistication (full Smalltalk-80 language, libraries, and tools).
|
|
|
|
|
1999-05-03 06:13:27 +00:00
|
|
|
WWW: http://squeak.cs.uiuc.edu/
|
1999-03-05 16:24:52 +00:00
|
|
|
|
|
|
|
Roland Jesse <jesse@cs.uni-magdeburg.de>
|