Overview

CLOS is the “Common Lisp Object System”. It allows object oriented programming in Common Lisp. It was added to the Common Lisp Language, before the fomalization of the language as an ANSI standard. Since then it’s part of Common Lisp.

You can find here a small summary of the core of it’s functionality.

Content

Classes

  • what is a class?
    • slots

Objects and Instances

Methods

Ressources