Declarative programming

April 16, 2020 ยท View on GitHub

A style of building the structure and elements of computer programs-that expresses the logic of a computation without describing its control flow.

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

Sub-paradigms