Smalltalk: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Added a stub and a link to wikipedia's article)
 
m (categorization)
Line 7: Line 7:


Further information about can be found in [http://en.wikipedia.org/wiki/Smalltalk Wikipedia's article]
Further information about can be found in [http://en.wikipedia.org/wiki/Smalltalk Wikipedia's article]

[[Category:Software development]]
[[Category:Developers]]

Revision as of 04:06, 6 January 2007

Traditionally, Smalltalk has been described as a pure Object-Oriented programming language, created at Xerox PARC by Alan Kay, Dan Ingalls, Ted Kaehler, and Adele Goldberg. Starting with Smalltalk-71 and ending with the de-facto standard Smalltalk-80. Many other incarnations or versions have been produced since then like Smalltalk/V and Visual Smalltalk (Digitalk), Visual Age (IBM), Dolphin Smalltalk (Object Arts), VisualWorks (ParcPlace), and Squeak.

Technically, it has been noted that there is no object orientation in Smalltalk since everything is an object (so-called primitive types like integers, booleans, characters, etc. are all instances of a class); nor a language, but rather an environment of living objects.

Etoys is implemented in Squeak which is a Smalltalk.


Further information about can be found in Wikipedia's article