Squeak

From Organic Design wiki
Revision as of 02:45, 25 January 2011 by Nad (talk | contribs) (See also: more links)

Squeak is a modern, open source full-featured implementation of the powerful Smalltalk programming language and environment. Squeak is highly-portable - even its virtual machine is written entirely in Smalltalk making it easy to debug, analyse, and change. Squeak is the vehicle for a wide range of projects from multimedia applications, educational platforms to commercial web application development.

One aspect of the Squeak implementation that is of importance to us at Organic Design is that it unifies the run-time and development environments - i.e. there's just one persistent object environment that's always "running".

Another aspect important to us is self containment, this unified runtime environment contains all the Squeak source for the system itself, and this is changeable from within the Squeak environment.

About Squeak

Squeak may be downloaded at no cost, including all its source code. Unlike other languages, Squeak is distributed in a prebuilt virtual machine image form rather than bootstrappable source code.

There has been much debate as to whether the Squeak license qualifies as free software or not, due to the presence of an indemnity clause in the original Squeak License. Version 1.1 of the environment, originally released on October 1997 under the Squeak License, then released in May 2006 under the free and open source Apple Public Source License, then in 2008 relicensed again under the Apache License allowing inclusion in the OLPC initiative. Many of the Squeak community were still unhappy with the licencing and in 2008 a fork of Squeak called Pharo was created to have a Smalltalk that is under an official open-source licence. However in 2010, Squeak too was cleaned and licensed under the same MIT licence as Pharo.

See also