Object Lisp: Difference between revisions

Content deleted Content added
VX (talk | contribs)
m General fixes/clean up using AWB
Object Lisp was not a language, but an OO extension of Lisp Machine Lisp
Line 1:
{{context}}
'''Object Lisp''' was an object-oriented extension for [[Lisp programmingMachine language|Lisp]] [[computer]] [[programming languages|programming language]] designed by [[Lisp Machines]], Inc. Object Lisp is an early example of [[Prototype-based programming]].
 
It was seen as a competitor to other [[Object-oriented programming|object-oriented]] extensions to [[Lisp (programming language)|Lisp]] at around the same time such as [[Flavors (programming language)|Flavors]], in use by [[Symbolics]], [[Common Objects]] developed by [[Hewlett-Packard]], and [[CommonLoops]], in use by [[Xerox]].
 
Object Lisp was also used in early versions of [[Macintosh Common Lisp]]. There the user interface toolkit was written using Object Lisp.
 
==References==