Prototype-Based Programming
Concepts, Languages and Applications
Springer (Publisher)
Published on 1. May 1999
Book
Paperback/Softback
XXI, 300 pages
978-981-4021-25-8 (ISBN)
Description
In recent years, an alternative to the traditional class-based object-oriented language model has emerged. In this prototype-based paradigm, there are no classes. Rather, new kinds of objects are formed more directly by composing concrete, full-fledged objects, which are often referred to as prototypes. When compared to class-based languages, prototype-based languages are conceptually simpler, and have many other characteristics that make them appealing, especially for the development of evolving, exploratory and/or distributed software systems. The distinction between class-based and prototype-based systems reflects a long-lasting philosophical dispute concerning the representation of abstractions. Class-based languages, such as Smalltalk, C++ and Java, explicitly use classes to represent similarity among collections of objects. Prototype-based systems, such as Self, NewtonScript and Omega, do not rely so much on advance categorization, but rather try to make the concepts in the problem domain as tangible and intuitive as possible. A typical argument in favor of prototypes is that people seem to be much better at dealing with specific examples first, then generalizing from them, than they are at absorbing general abstract principles first and later applying them in particular cases. This book presents the history and development of prototype-based programming and describes a number of prototype-based programming languages and applications. Such range from programs for portable digital appliances, graphical user-interface management systems for desktop and workstations, and cutting edge research on software visualisation and program restructuring. The book will be suitable for advanced software development practitioners, graduate students, and researchers active in the field.
More details
Language
English
Place of publication
Singapore
Singapore
Publishing group
Springer-Verlag Berlin and Heidelberg GmbH & Co. KG
Target group
College/higher education
Professional and scholarly
Dimensions
Height: 248 mm
Width: 159 mm
Weight
480 gr
ISBN-13
978-981-4021-25-8 (9789814021258)
Schweitzer Classification
Content
Concepts and History: Classes vs. Prototypes: Some Philosophical and Historical Observations; Classifying Prototype-based Programming Languages; The Stripetalk Papers: Understandability as a Language Design Issue in Object-Oriented Programming Systems; Classes versus Prototypes in Object-Oriented Languages.- Languages: Programming as an Experience: The Inspiration for Self; NewtonScript: Prototypes on the Palm; The Prototype-Instance Object Systems in Amulet and Garnet; Omega: Statically Typed Prototypes. Research and Applications: Self text includes: Smalltalk; Using Prototypes for Program Restructuring; Prototype-Based Programming for Abstract Program Visualisation; Agora: The Simplest MOP in the World - or - The Scheme of Object-Orientation.