declarative language
declarative language
[di‚klar·əd·iv ′laŋ·gwij]declarative language
(language)Declarative languages contrast with imperative languageswhich specify explicit manipulation of the computer's internalstate; or procedural languages which specify an explicitsequence of steps to follow.
The most common examples of declarative languages are logic programming languages such as Prolog and functional languages like Haskell.
See also production system.