different between cons vs caddr

cons

English

Etymology 1

Noun

cons

  1. plural of con

Etymology 2

Clipping of construct.

Pronunciation

  • IPA(key): /?k?nz/, /?k?ns/

Noun

cons (plural conses)

  1. (programming) A data structure in LISP that is a pair of pointers, car and cdr, used mainly for lists.
    Synonym: cons cell
    Meronyms: car, cdr

Verb

cons (third-person singular simple present conses, present participle consing, simple past and past participle consed)

  1. (programming) To obtain a list from a cons or a nesting of conses; to prepend an element to a list by forming a cons of that element and the list; to obtain a list from a smaller one by repeated application of such kind of prepending.

Etymology 3

Verb

cons

  1. Third-person singular simple present indicative form of con

Anagrams

  • CNOs, NCOs, NOCs, OCNs, ONCs, ONSC, scon

Catalan

Noun

cons

  1. plural of con

French

Noun

cons m

  1. plural of con

cons From the web:

  • what constitutes a fever
  • what constitutes a mass shooting
  • what constitutes a solar system
  • what constitutes a hostile work environment
  • what constitutes harassment
  • what constellation is the north star in
  • what constitutes a save in baseball
  • what constitutes a pandemic


caddr

English

Etymology

Contraction of car of the cdr of the cdr.

Pronunciation

  • IPA(key): /?k??d?d?/, /?k?d?d?/

Noun

caddr (plural caddrs)

  1. (programming) Car of the cdr of the cdr in LISP. The third element in a list.
    • 2000, Matt Kaufmann, Panagiotis Manolios, and 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.

caddr From the web:

  • what does caddra stand for
  • what is caddr_t
  • what is caddr in lisp
  • what does cadr mean
  • what does caddy do
+1
Share
Pin
Like
Send
Share

you may also like