Declarative Programming Paradigm
(Redirected from Declarative Programming)
Jump to navigation
Jump to search
A Declarative Programming Paradigm is a programming paradigm that emphasizes the expression of computation logic without describing its control flow.
- Context:
- It can be adhered to by a Declarative Software Program (with declarative programming code).
- It can be adhered to by a Declarative Programming Language.
- It can range from being a Logic Programming Paradigm to being a Functional Programming Paradigm to being a Constraint Programming Paradigm.
- …
- Counter-Example(s):
- See: Side Effect (Computer Science), Problem Domain, Language Primitive, Answer Set Programming, Formal Logic, Parallel Computing.
References
2015
- (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/declarative_programming Retrieved:2015-5-7.
- In computer science, 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 applying this style attempt to minimize or eliminate side effects by describing what the program should accomplish in terms of the problem domain, rather than describing how to go about accomplishing it as a sequence of the programming language primitives [1] (the how being left up to the language's implementation). This is in contrast with imperative programming, in which algorithms are implemented in terms of 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., SQL, XQuery), regular expressions, logic programming, functional programming, and configuration management systems.
- In computer science, 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 applying this style attempt to minimize or eliminate side effects by describing what the program should accomplish in terms of the problem domain, rather than describing how to go about accomplishing it as a sequence of the programming language primitives [1] (the how being left up to the language's implementation). This is in contrast with imperative programming, in which algorithms are implemented in terms of 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.
- ↑ Declarative language in The Free On-line Dictionary of Computing, Editor Denis Howe.
2003
- (Baral, 2003) ⇒ Chitta Baral. (2003). “Knowledge Representation, Reasoning and Declarative Problem Solving." Cambridge University Press.