Programming Language Project 1

SELF


[About Self]--[Self Links]--[Java applet]--[E-mail to me]

Self is an object-oriented language for exploratory programming based on a small number of simple and concrete ideas: prototypes, slots, and behavior. Designed for expressive power and malleability, Self combines a pure, prototype-based model with uniform access to state and behavior. Unilike other language, Self allows objects to inherit state and to change their patterns of inheritance dynamically.


About Self


Self Links


Java applet