Declarative versus Imperative programming
Marc Clifton added a nice introduction to declarative versus imperative programming. Imperative programming (source) Describes computation in terms of a program state and statements that change the program state. Declarative programming (source) Gives the computer a list of...
