declarative language
Declarative languages contrast with imperative languages which specify explicit manipulation of the computer's internal state; or procedural languages which specify an explicit sequence 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.
(2004-05-17)

