Next: , Up: Cons Cells   [Index]


E.1.1 Cons Cells in General

A cons cell is a primitive data object that represents an ordered pair. That is, it has two slots, and each slot “holds”, or “refers to”, some Lisp object. One slot is known as the CAR, and the other is known as the CDR.