Definify.com
Definition 2024
cdr
cdr
English
Noun
cdr (plural cdrs)
- (computing) The second part of a cons in LISP. The rest of a list when the first element is removed.
- Matt Kaufmann, Panagiotis Manolios, and J Strother Moore, Computer-aided reasoning: an approach, 2000 :
- The elements of a list are the successive cars along the "cdr chain." That is, the elements are the car, the car of the cdr, the car of the cdr of the cdr, etc.
- Matt Kaufmann, Panagiotis Manolios, and J Strother Moore, Computer-aided reasoning: an approach, 2000 :