User Tools

Site Tools


Sidebar

Welcome to DIDO WIKI

dido:public:ra:xapend:xapend.a_glossary:d:declarative

Declarative Programming

Return to Glossary

Declarative Programming is a programming paradigm—a style of building the structure and elements of computer programs—that expresses the logic of a computation without describing its control flow.

Many languages that apply this style attempt to minimize or eliminate side effects by describing what the program must accomplish in terms of the problem domain, rather than describe how to accomplish it as a sequence of the programming language primitives (the how being left up to the language's implementation). This is in contrast with Imperative Programming, which implements algorithms in explicit steps.

Declarative programming often considers programs as theories of a formal logic, and computations as deductions in that logic space. Declarative programming may greatly simplify writing parallel programs.

Common declarative languages include those of database query languages (e.g., Structured Query Language (SQL), XML Query Language (XQuery)), regular expressions, logic programming, functional programming, and configuration management systems.

Source: https://en.wikipedia.org/wiki/Declarative_programming

dido/public/ra/xapend/xapend.a_glossary/d/declarative.txt · Last modified: 2021/10/30 14:52 by nick
Translations of this page: