Type: <object>
Objects are derived from <vector>, and are the parent-type to ports, records, and other important parts of Mosquito Lisp.
Like Vectors, an object is of fixed length, with fields that may contain data or be unspecified (#f). Objects, by themselves, do nothing: they are the base upon which such things as records and ports are built. New classes of objects may be defined using define-class, which may inherit the fields of the base class.
Topics relating to objects:
object?
define-class
class-fields
define-record-type