CLOS: integrating object-oriented and functional programming

  • Authors:
  • Richard P. Gabriel;Jon L. White;Daniel G. Bobrow

  • Affiliations:
  • Lucid Inc., Menlo Park, CA;Lucid Inc., Menlo Park, CA;Xerox Palo Alto Research Center, Palo Alto, CA

  • Venue:
  • Communications of the ACM - Special issue on LISP
  • Year:
  • 1991

Quantified Score

Hi-index 0.00

Visualization

Abstract

Lisp has a long history as a functional language,* where action is invoked by calling a procedure, and where procedural abstraction and encapsulation provide convenient modularity boundaries. A number of attempts have been made to graft object-oriented programming into this framework without losing the essential character of Lisp—to include the benefits of data abstraction, extensible type classification, incremental operator definition, and code reuse through an inheritance hierarchy.The Common Lisp Object System (CLOS) [3], a result of the ANSI standardization process for Common Lisp, represents a marriage of these two traditions. This article explores the landscape in which the major object-oriented facilities exist, showing how the CLOS solution is effective within the two contexts.