What's the difference between
and
Enter two words to compare and contrast their definitions, origins, and synonyms to better understand how those words are related.

Cddr vs Caddr - What's the difference?

cddr | caddr | Related terms |

Cddr is a related term of caddr.


In computing|lang=en terms the difference between cddr and caddr

is that cddr is (computing) cdr of the cdr in lisp the rest of a list if the first two elements are removed while caddr is (computing) car of the cdr of the cdr in lisp the third element in a list.

As nouns the difference between cddr and caddr

is that cddr is (computing) cdr of the cdr in lisp the rest of a list if the first two elements are removed while caddr is (computing) car of the cdr of the cdr in lisp the third element in a list.

cddr

English

Noun

(en noun)
  • (computing) Cdr of the cdr in LISP. The rest of a list if the first two elements are removed.
  • Derived terms

    * caddr * cdddr

    caddr

    English

    Noun

    (en noun)
  • (computing) Car of the cdr of the cdr in LISP. The third element in a list.
  • * Matt Kaufmann, Panagiotis Manolios, and J Strother Moore, Computer-aided reasoning: an approach , 2000 :
  • 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.