CAR and CDR

CAR And CDR

car ( /ˈkɑr/) and cdr (/ˈkʌdər/ or /ˈkʊdər/) are primitive operations on cons cells (or "non-atomic S-expressions") introduced in the Lisp programming language. A cons cell is composed of two pointers; the car operation extracts the first pointer, and the cdr operation extracts the second.

Thus, the expression (car (cons x y)) evaluates to x, and (cdr (cons x y)) evaluates to y.

When cons cells are used to implement singly linked lists (rather than trees and other more complicated structures), the car operation returns the first element of the list, while cdr returns the rest of the list. For this reason, the operations are sometimes given the names first and rest or head and tail.

Read more about CAR And CDR:  Etymology, Other Computer Languages

Famous quotes containing the word car:

    It all began so beautifully. After a drizzle in the morning, the sun came out bright and clear. We were driving into Dallas. In the lead car were President and Mrs. Kennedy.
    Lady Bird Johnson (b. 1912)