Squeak: Difference between revisions

From Rosetta Code
Content added Content deleted
m (add links)
(added wp content)
 
Line 1: Line 1:
{{wikipedia|Squeak}}
{{implementation|Smalltalk}}
{{implementation|Smalltalk}}
[[wp:Squeak]]


'''Squeak''' was derived directly from [[:Category:Smalltalk|Smalltalk-80]] by a group at [[Apple Inc|Apple Computer]] that included some of the original Smalltalk-80 developers. Its development was continued by the same group at [[wp:Walt Disney Imagineering|Walt Disney Imagineering]], where it was intended for use in internal Disney projects.
[http://www.squeak.org/ Squeak homepage]

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.

==See also==
* [http://www.squeak.org/ Squeak homepage]
* [[wp:Squeak|Squeak on Wikipedia]]

Latest revision as of 03:36, 17 March 2012

This page uses content from Wikipedia. The original article was at Squeak. The list of authors can be seen in the page history. As with Rosetta Code, the text of Wikipedia is available under the GNU FDL. (See links for details on variance)
Squeak is an implementation of Smalltalk. Other implementations of Smalltalk.

Squeak 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.

See also