cadr
See also: CADR
English
Etymology
Contraction of car of the cdr.
Pronunciation
- IPA(key): /ˈkɑːdə/, /ˈkɑdɚ/, /ˈkeɪdə/, /ˈkeɪdɚ/
Audio (US): (file)
Noun
cadr (plural cadrs)
- (programming) Car of the cdr in Lisp. The second element in a list.
- 2000, Matt Kaufmann, Panagiotis Manolios, J. Strother Moore, Computer-Aided Reasoning: An Approach:
- If we let x denote the tree (1 2 3), then the car of x is 1, the cdr of x is (2 3), the cadr of x is 2, the caddr of x is 3, and the cdddr of x is nil.