• Introduction
  • [5-0] What is CLOS (PCL) and where can I get it? How do you pronounce CLOS?
  • [5-1] What documentation is available about object-oriented programming in Lisp?
  • [5-2] How can I write a function that can access defstruct slots by name? I would like to write something like (STRUCTURE-SLOT ').
  • [5-3] How can I list all the CLOS instances in a class?
  • [5-4] How can I store data and CLOS instances (with possibly circular references) on disk so that they may be retrieved at some later time? (Persistent Object Storage)
  • [5-5] Given the name of a class, how can I get the names of its slots?
  • [5-6] Free CLOS software.
  • [5-7] Common CLOS Blunders