Imperfection vs Cons - What's the difference?
imperfection | cons |
(uncountable) Those qualities or features that are imperfect; the characteristic, state, or quality of being imperfect.
(countable) Something that makes something else less than perfect; a blemish, impurity, error, etc.
(computing) A data structure in LISP that is a pair of pointers, car and cdr, used mainly for lists.
(computing) 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.
(con)
----
As nouns the difference between imperfection and cons
is that imperfection is (uncountable) those qualities or features that are imperfect; the characteristic, state, or quality of being imperfect while cons is or cons can be (computing) a data structure in lisp that is a pair of pointers, car and cdr, used mainly for lists.As a verb cons is
(computing) 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 or cons can be (con).imperfection
English
Noun
- You can accept your imperfection or try to improve.
- He loves me despite my imperfections .
Synonyms
* (quality of being imperfect) corruption * (something that prevents perfection) fault, flaw, mark, problem, weakness * See alsoAntonyms
* (quality of being imperfect) flawlessness, perfectioncons
English
Etymology 1
Noun
(head)Etymology 2
Abbreviation of construct .Noun
(conses)Synonyms
* cons cellVerb
(es)- In addition to specifying the whole list at once using square brackets and commas, you can build them up piece by piece using the (:) operator. This process is often referred to as consing.