Cecil Object Model
Cecil 0. Intended Use Cecil is an object-oriented language intended for both exploratory and production programming. 1. Basic Concepts Cecil is based on a pure object model. All data are objects, and objects are manipulated soley by passing messages. Cecil uses a classless (prototype-based) object model, in which (conceptually) self-sufficient objects implement data abstractions, and objects ...
www.objs.com/x3h7/cecil.htm reviews
|