history-of-javascript icon indicating copy to clipboard operation
history-of-javascript copied to clipboard

Functional programming chapter

Open ufocoder opened this issue 8 years ago • 1 comments

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

ufocoder avatar Jun 07 '17 17:06 ufocoder

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!

myshov avatar Jun 10 '17 08:06 myshov