ACM Home Page
Please provide us with feedback. Feedback
Trellis: turning designs into programs
Full text PdfPdf (355 KB)
Source
Communications of the ACM archive
Volume 33 ,  Issue 9  (September 1990) table of contents
Pages: 65 - 67  
Year of Publication: 1990
ISSN:0001-0782
Author
Michael Kilian  Harvard Univ., Cambridge, MA
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 3,   Downloads (12 Months): 21,   Citation Count: 2
Additional Information:

abstract   cited by   index terms   review   collaborative colleagues  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/83880.84462
What is a DOI?

ABSTRACT

When designing an object-oriented program, there are several goals to achieve: The program should accurately model the real-world objects to be represented. This leads to a program that is easier to understand and therefore simpler to maintain. Code that implements the model accurately must also be robust. Inconsistent models should be detected at design time, not diagnosed as a run-time error at a customer's installation. The programming environment must allow for convenient exploration of the application; it should foster a reuse of existing types of objects, thus reducing the scale of the design. It should also facilitate changes to the program as the application design is updated. The Trellis programming system is an integrated language and environment that provides many of the mechanisms needed to design and implement object-oriented programs. The remainder of this sidebar discusses how Trellis helps attain the goals outlined above.




REVIEW

"James Dennis Kiper : Reviewer"

The Trellis programming environment provides support for designing and implementing programs as objects. A “type module” in Trellis is an object consisting of operations and data fields. Each operation consists of a specification a  more...