Word Explorer

Tacit programming

💡 Words with a Similar Meaning to "Tacit programming"

Found via reverse dictionary — words that share a conceptual meaning.

WordDefinition
literate programmingnoun(programming) A programming paradigm in which a program is given as an explanation of the program logic in a natural language (such as English), interspersed with snippets of macros and traditional source code, from which compilable representation can be generated.
functional programmingnoun(programming) Programming in a style that, in lieu of assignment, uses procedure calls to bind variables to values, so that referential transparency is preserved.
declarative programmingnoun(programming) a programming paradigm that expresses the logic of a computation instead of its control flow
reactive programmingnoun(programming) A declarative programming paradigm where changes to values are automatically propagated, without the need for explicit reassignment.
logic programmingnoun(programming) Programming with a paradigm that bases on formal logic
imperative programmingnoun(programming) a programming paradigm that describes the computation in statements
call by sharingnoun(programming) An evaluation strategy where arguments passed to a function can be mutated in a way that is visible to the caller (unlike call-by-value) but access is not given to the specific variables passed as arguments (unlike call-by-reference).
prototype-oriented programmingnoun(programming) A programming paradigm that encapsulates states and operations inside "prototypes" to design applications and computer programs.
comprehensionnounA thorough understanding.
metaprogrammingnoun(programming) The writing of computer programs that write or manipulate other programs or themselves as their data, or that perform operations at runtime that would typically be done at compile time.
aspect-oriented programmingnoun(programming) A programming paradigm that aims to increase modularity by allowing the separation of cross-cutting concerns.
generic programmingnoun(programming) A style of computer programming in which algorithms are written in terms of to-be-specified-later types that are then instantiated when needed for specific types provided as parameters.
call by valuenoun(programming) Alternative form of call-by-value. [(programming) An evaluation strategy in which the arguments to a function are evaluated first, and the result is passed into the function.]
metafunctionnoun(linguistics) A group of grammatical systems that make meanings of a related kind.
metacomputationnoun(computing theory) The transformation of computer programs based on their semantics.
object-based programmingnoun(programming) A programming paradigm that encapsulates states and operations inside "objects" to design applications and computer programs.
call-by-namenoun(programming) An evaluation strategy whereby an argument to a function is evaluated each time its value is used in the function, and is not evaluated at all if its value is never used.
lambda functionnoun(programming) An anonymous function; a function that is defined in an inline, ad-hoc manner, and often doesn't have a name (not bound to an identifier).
defineverbTo state the meaning of a word, phrase, sign, or symbol.
programming interfacenoun(computing) Ellipsis of application programming interface. [(computing, programming) A set of routines, protocols, and tools for building software applications, which makes it possible for software components to interact with one another.]

Translate “Tacit programming” into Another Language

Pick a language — the word will be pre-filled in the translator.

Home/Dictionary/Tacit programming