parent:: programming paradigm
A style of programming which focuses on the work to be accomplished rather than its way/method to perform the work.
- A high-level program that describes what a computation should perform.
- Any programming language that lacks Side Effect In Computer Program.
- A language that can be clearly implied or converted to maths logic.
References:: https://en.wikipedia.org/wiki/Declarative_programming
Tags:: computer-science programming
Back-links::