-
Notifications
You must be signed in to change notification settings - Fork 6
Functional Programming
Shane Brinkman-Davis Delamore edited this page Apr 5, 2017
·
17 revisions
Related: Declarative Programming
Pure-functional programming has zero side-effects. Functional Oriented programming attempts to minimize side-effects, but uses them where it makes sense. In other words, in an imperative language, it's programming in a mostly-functional style.
- Everything Returns a Value
- Smart This-Binding helps bridge the Fp-Oo gap
- Comprehensions and Iteration
- Structuring and Destructuring
- Expressive 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