0%

12-letter words containing name

  • assumed name — If you do something under an assumed name, you do it using a name that is not your real name.
  • call-by-name — (reduction)   (CBN) (Normal order reduction, leftmost, outermost reduction). An argument passing convention (first provided by ALGOL 60?) where argument expressions are passed unevaluated. This is usually implemented by passing a pointer to a thunk - some code which will return the value of the argument and an environment giving the values of its free variables. This evaluation strategy is guaranteed to reach a normal form if one exists. When used to implement functional programming languages, call-by-name is usually combined with graph reduction to avoid repeated evaluation of the same expression. This is then known as call-by-need. The opposite of call-by-name is call-by-value where arguments are evaluated before they are passed to a function. This is more efficient but is less likely to terminate in the presence of infinite data structures and recursive functions. Arguments to macros are usually passed using call-by-name.
  • enamel paint — a type of paint that has a very hard and shiny finish once it is dry
  • generic name — non-brand name of a product
  • in name only — not in fact or in practice
  • know by name — to have heard of without having met
  • married name — woman's surname after marriage
  • name capture — (reduction)   In beta reduction, when a term containing a free occurrence of a variable v is substituted into another term where v is bound the free v becomes spuriously bound or "captured". E.g. (\ x . \ y . x y) y --> \ y . y y (WRONG) This problem arises because two distinct variables have the same name. The most common solution is to rename the bound variable using alpha conversion: (\ x . \ y' . x y') y --> \ y' . y y' Another solution is to use de Bruijn notation. Note that the argument expression, y, contained a free variable. The whole expression above must therefore be notionally contained within the body of some lambda abstraction which binds y. If we never reduce inside the body of a lambda abstraction (as in reduction to weak head normal form) then name capture cannot occur.
  • name the day — to choose the day for one's wedding
  • name-calling — the use of abusive names to belittle or humiliate another person in a political campaign, an argument, etc.
  • name-dropper — a person who indulges in name-dropping.
  • namelessness — The state or quality of being nameless.
  • ornamentally — In an ornamental way.
  • overornament — to decorate excessively
  • stove enamel — a type of enamel made heatproof by treatment in a stove
  • trivial name — a common name or vernacular name, as of a plant or animal
  • unornamental — not decorative
  • unornamented — not decorated; unadorned
  • whatshername — A female person or entity, whose name one does not remember but that is known to the person to which one is speaking.
  • whatshisname — Used to refer to a person whose name one cannot recall, does not know, or does not wish to specify.
  • within-named — that is named herein.

On this page, we collect all 12-letter words with NAME. It’s easy to find right word with a certain length. It is the easiest way to find 12-letter word that contains NAME to use in Scrabble or Crossword puzzles.

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?