06 July 2006 19:15
SELF
SELF is an experimental prototype-based pure object oriented programming language developed between 1987 and 1995 at Stanford University and Sun Labs by Dave Ungar, Randy Smith and others. See www.sun.com/research/self/ for more information.
06 July 2006 18:00
Self: The Power of Simplicity
Designed for expressive power and malleability, Self combines a pure, prototype-based object model with uniform access to state and behavior. Unlike other languages, Self allows objects to inherit state and to change their patterns of inheritance dynamically.
1
(2 marks)