Declarative programming: Difference between revisions

Content deleted Content added
m rm inappropriate language (Java and C++ are swear words)
m it's != its
Line 4:
 
#it isolates the complex problem solving for the interpreter,
#it helps avoid the [[reinvention of the wheel]] problem (i.e. one interpreter written years ago can apply it'sits logic to a wide variety of declarative specifications),
#it allows for re-use/re-interpretation in different contexts (e.g. different language bindings for [[Interface description language|IDL]]), and
#it centralizes and condenses the problem definition thereby making for more comprehensible coding practices.