summaryrefslogtreecommitdiff
path: root/lang/squeak3/pkg-descr
blob: 8275511cef46934e0a130850bfb4d2a506f9e1d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Squeak is a new implementation of the Smalltalk programming
environment; it includes:

    * 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
      construction,
    * and much more. 

Squeak was developed at Apple Labs, 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:

    * 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).

Jacques Vidrine <nectar@FreeBSD.ORG>