Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
A structure is an advanced datatype available in Common Lisp. Structures and their properties can be a useful way to represent data in your code.
Structures can be used to represent objects with properties, as you might find in a typical object-oriented programming (OOP) language using the defstruct command, like so: