Skip to content

Declarative Programming

Shane Brinkman-Davis edited this page Mar 21, 2017 · 26 revisions

Related: Functional Programming

What is Declarative Programming?

A program that describes what computation should be performed, not how to compute it.

Facebook's React is an example of Declarative programming.

Domain Specific Languages

  • todo: example from BabelBridge

Enhancements to JavaScript that Support a Declarative Style

Clone this wiki locally