I was just investigating this topic and all I can find is differences, and that declarative programming is essentially the opposite of imperative programming, from what I understood, does anyone know anything that they share in common?

link|improve this question

17% accept rate
feedback

closed as not constructive by Joachim Isaksson, Mat, casperOne Feb 5 at 3:59

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

There's really nothing they have in common. Here's an analogy : it's like comparing White and Black and wondering about they similarities. Well... they're both colours (or tones)... that's it.

Programming languages, imperative or declarative, follow a syntax/grammar specified by the language (1). Aside from that, I don't see how they have anything in common. "They both allow a computer to perform a task (2) : one via imperative instructions, the other by declaring the desired end result."?

I would argue that any perceived similarities between Imperative & Declarative programming, if any, would be due to nomenclature misuse.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.