-
Notifications
You must be signed in to change notification settings - Fork 6
Declarative Programming
Shane Brinkman-Davis edited this page Mar 21, 2017
·
26 revisions
Related: Functional Programming
A program that describes what computation should be performed, not how to compute it.
Facebook's React is an example of Declarative programming.
- todo: example from BabelBridge
- Class Definition which allow method invocation as well as declaration
- Blocks Instead of Brackets
- Object Literals
- Array Literals
- Home
- Get Started
- Benefits
- Highlights
- Productivity by Design
- CaffeineScript Design
- What is CaffeineScript Good For?
- Get the most out of JavaScript
- Language Comparison
- CHANGELOG
- Blocks Instead of Brackets
- Binary Line-Starts
- Everything Returns a Value
- Streamlined Modules
- Scopes and Variables
- Optional Commas
- Semantics
- Ambiguities