history-of-javascript
history-of-javascript copied to clipboard
Functional programming chapter
My proposal is introduce into history of functional js via libraries and languages that transpiled into js. For example now I see history lool like this.
Libraries:
- Underscore/Lodash, Oct 25, 2009
- RamdaJS, Jun 16, 2013
- etc.
Languages:
- ClosureScript May 29, 2011
- Elm, First appeared in 2012
- PureScript, Sep 29, 2013
- etc.
Then in chapter could be explain the aim of each of them and how it influences on JS. And what was new in es6 in result.
By the way there's a good awesome page
Hi! Yes, I thought about the structure of this chapter in the same vein. I also want to mention Fantasy Land, Mostly Adequate Guide, Redux and other stuff which influenced proliferation of fp in js ecosystem. Thank you for the links and dates!