Functional programming is the new hotness... or not
Functional programming, or FP to its friends, is a quite old paradigm, but still very little used. Here are some useful resources to get started with this, easily.
Resources
General
- Functional Programming should be your #1 priority for 2015
- Functors, Applicatives, And Monads In Pictures
- https://github.com/k33g/files/tree/master/functional
- Apéro fonctionnel (P. Charrière - N. Leroux - E. Issartial - Q. Adam - T. Guenoux)
- Jargon from the functional programming world in simple terms!
FP with Javascript
- The Rise and Fall and Rise of Functional Programming (Composing Software)
- Mostly Adequate Guide To FP
- Master the JavaScript Interview: What is Functional Programming?
- A GENTLE INTRODUCTION TO FUNCTIONAL JAVASCRIPT
- Promises #1
- Promises #2
- Generators (with
yield
) yield
/await
- ECMAScript 6
- ECMAScript 7
- Promises -
async
/await
- ES6 Arrow functions
- Haskell in ES6: Part 1
Scala
Haskell
- Learn Haskell in 10 minutes
- Learn You a Haskell For Great Good! (French version)
- The Haskell Tool Stack