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.

Taxonomy vs Caddr - What's the difference?

taxonomy | caddr |

As nouns the difference between taxonomy and caddr

is that taxonomy is the science or the technique used to make a classification while caddr is (computing) car of the cdr of the cdr in lisp the third element in a list.

taxonomy

Noun

(taxonomies)
  • The science or the technique used to make a classification.
  • A classification; especially , a classification in a hierarchical system.
  • (taxonomy, uncountable) The science of finding, describing, classifying and naming organisms.
  • Synonyms

    * alpha taxonomy

    Derived terms

    * folk taxonomy * scientific taxonomy

    See also

    * classification * rank * taxon * domain * kingdom * subkingdom * superphylum * phylum * subphylum * class * subclass * infraclass * superorder * order * suborder * infraorder * parvorder * superfamily * family * subfamily * genus * species * subspecies * superregnum * regnum * subregnum * superphylum * phylum * subphylum * classis * subclassis * infraclassis * superordo * ordo * subordo * infraordo * taxon * superfamilia * familia * subfamilia * ontology

    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.