CommonLoops

CommonLoops (the Common Lisp Object-Oriented Programming System;pg 18 of Bobrow 1986 an acronym reminiscent of the earlier Lisp OO system "Loops" for the Interlisp-D systempg 24 of Bobrow 1986) is an early programming language which extended Common Lisp to include Object-oriented programming functionality and is a dynamic object system which differs from the OOP facilities found in static languages such as C++ or Java. Like New Flavors, CommonLoops supported multiple inheritance, generic functions and method combination. CommonLoops also supported multi-methods and made use of metaobjects. CommonLoops and New Flavors were the primary ancestors of CLOS."Symbolics (1985) was using New Flavors (a message-sending model, like Java today), Xerox was using CommonLoops (Bobrow et al., 1986), Lisp Machine Incorporated was using Object Lisp, and Hewlett-Packard proposed using Common Objects (Kempf, 1987). The groups vied with each other in the context of the standardization effort going on for Common Lisp at the time and finally settled on a standard based on CommonLoops and New Flavors." pg 108 of Veitch 1998.

CommonLoops was supported by a portable implementation known as Portable CommonLoops (PCL) which ran on all Common Lisp implementations of the day.

References

  • {{cite conference |last1=Bobrow |first1=Daniel G. |author-link1=Daniel G. Bobrow |last2=Kahn |first2=Kenneth |last3=Kiczales |first3=Gregor |author-link3=Gregor Kiczales |last4=Masinter |first4=Larry |author-link4=Larry Masinter |last5=Stefik |first5=Mark |last6=Zdybel |first6=Frank |date=June 1986 |title=CommonLoops: Merging Lisp and Object-Oriented Programming |book-title=Conference proceedings on Object-oriented Programming Systems Languages and Applications |pages=17–29 |isbn=978-0-89791-204-4 |conference=OOPSLA '86 |doi=10.1145/28697.28700 |s2cid=62631315 |url=https://interlisp.org/docs/1986-commonloops.pdf |access-date=2022-03-17}}
  • {{cite book |last1=Veitch |first1=Jim |date=1998 |chapter=A History and Description of CLOS |editor-last1=Salus |editor-first1=Peter H. |editor-link1=Peter H. Salus |title=Handbook of Programming Languages, Volume IV: Functional and Logic Programming Languages |edition=1st |pages=107–158 |publisher=Macmillan Technical Publishing |isbn=1-57870-011-6}}

Further reading

  • The Loops Manual, Daniel G. Bobrow, Mark Stefik. Intelligent Systems Laboratory, Xerox Corporation, 1983, [https://www.markstefik.com/wp-content/uploads/2011/04/1983-loops-manual-Bobrow-Stefik-part-1.pdf PDF]

{{Common Lisp}}

{{Lisp programming language}}

Category:Lisp (programming language)

Category:Common Lisp

Category:Common Lisp (programming language) software

{{Compu-lang-stub}}