Found 1 hit - Term: smalltalk, Database: *, Strategy: exact
- [1] : The Free On-line Dictionary of Computing (27 SEP 03)
smalltalk
the pioneering object-oriented programming system
developed in 1972 by the software concepts group, led by alan
kay, at xerox parc between 1971 and 1983. it includes a
language, a programming environment, and an extensive object
library.
smalltalk took the concepts of class and message from
simula-67 and made them all-pervasive. innovations included
the bitmap display, windowing system, and use of a mouse.
the syntax is very simple. the fundamental construction is
to send a message to an object:
object message
or with extra parameters
object message: param1 secondarg: param2 .. ntharg: paramn
where "secondarg:" etc. are considered to be part of the
message name.
five pseudo-variables are defined: "self", "super", "nil",
"true", "false". "self" is the receiver of the current
message. "super" is used to delegate processing of a message
to the superclass of the receiver. "nil" is a reference to
"nothing" an instance of undefinedobject. all variables
initially contain a reference to nil. "true" and "false" are
booleans.
in smalltalk, any message can be sent to any object. the
recipient object itself decides based on the message name,
also called the "message selector" how to respond to the
message. because of that, the multiple inheritance system
included in the early versions of smalltalk-80 appeared to be
unused in practice. all modern implementations have single
inheritance, so each class can have at most one superclass.
early implementations were interpreted but all modern ones
use dynamic translation jit.
early versions were smalltalk-72, smalltalk-74, smalltalk-76
inheritance taken from simula, and concurrency, and
smalltalk-78, smalltalk-80. other versions include little
smalltalk, smalltalk/v, kamin's interpreters. current
versions are visualworks, squeak, visualage, dolphin
smalltalk, object studio, gnu smalltalk.
see also: international smalltalk association.
uiuc smalltalk archive http://st-www.cs.uiuc.edu/.
faq http://xcf.berkeley.edu/pub/misc/smalltalk/faq/.
usenet newsgroup: news:comp.lang.smalltalk.
"the smalltalk-76 programming system design and
implementation", d.h. ingalls, 5th popl, acm 1978, pp. 9-16.
2001-09-11
see also:
object-oriented programming alan kay xerox parc class message simula-67
bitmap display mouse syntax object superclass
booleans multiple inheritance interpreted dynamic translation smalltalk-80
little smalltalk smalltalk/v kamin's interpreters visualworks squeak
visualage dolphin smalltalk object studio gnu smalltalk international smalltalk association
lt;uiuc smalltalk archivegt; lt;faqgt; usenet lt;news:comp.lang.smalltalkgt;
Results 1 - 10 of 19 found about smalltalk: Smalltalk
>> S Words
Smalltalk, definition of term: Smalltalk
smalltalk_pag1.html UIUC Smalltalk Archive
...Welcome to the Smalltalk Archive! The UIUC Smalltalk/Patterns/Software ... Other Smalltalk Resources *. Smalltalk video course taught by ... ..
http://st-www.cs.uiuc.edu/, score=100, date indexed=December 30, 2005, 6:24 am STIC:Your Smalltalk Industry Council
...Smalltalk Solutions 2005. Smalltalk Comes to Orlando. Smalltalk ... The Smalltalk Industry Council. is a cohesive Smalltalk community ... ..
http://www.stic.org/, score=98, date indexed=December 29, 2005, 10:39 pm Pocket Smalltalk
...Pocket Smalltalk is trademark of Pocket Smalltalk Group. Copyright (c ... OS and Pocket Smalltalk" Tutorial given at Smalltalk Solutions 2001, ... ..
http://www.pocketsmalltalk.com/, score=97, date indexed=December 29, 2005, 10:50 pm GNU Smalltalk - GNU Project - Free Software Foundation (FSF)
...GNU Smalltalk is a free implementation of the Smalltalk-80 language ... GNU Smalltalk Resources. *Stable GNU Smalltalk FTP site contains the ... ..
http://www.gnu.org/software/smalltalk/smalltalk.html, score=96, date indexed=December 21, 2005, 3:25 am Object Arts: Dolphin Smalltalk
... ..
http://www.object-arts.com/, score=95, date indexed=December 29, 2005, 11:14 pm Object Connect Home
...Smalltalk MT lets you take advantage of an interactive development ... We market and develop Smalltalk MT, a high-performance, multithreaded ... ..
http://www.objectconnect.com/, score=95, date indexed=December 29, 2005, 11:41 pm Smalltalk.org | main
...Smalltalk language was developed at the Xerox Palo Alto Research ... Objects are employed to represent everything in Smalltalk, including ... ..
http://www.smalltalk.org/, score=94, date indexed=January 20, 2006, 7:20 am Corporate Smalltalk Consulting Ltd
...Other Smalltalk Consultants. Corporate Smalltalk Consulting Ltd. has ... the Camp Smalltalk Reports, our experiences at Smalltalk Solutions ... ..
http://www.smalltalkconsulting.com/, score=94, date indexed=December 30, 2005, 2:32 pm Smalltalk.org | versions | GNUSmalltalk.html
...... Smalltalk Smalltalk Express Smalltalk/V286 Smalltalk/VMac Smalltalk/V ... Squeak Smalltalk GNU Smalltalk Little Smalltalk Java Smalltalk PDST ... ..
http://www.smalltalk.org/versions/GNUSmalltalk.html, score=94, date indexed=December 21, 2005, 2:47 am Page 1 2 Next Last accessed:2008/10/06 15:00:06 [Total processing time: 1 seconds] |