Functional Javascript Resources

Online Books / Papers

  1. JavaScript Allongé, the "Six" Edition
  2. Mostly Adequate Guide To Functional Programming
  3. [Why Functional Programming Matters] (https://www.cs.kent.ac.uk/people/staff/dat/miranda/whyfp90.pdf)

Twitter

  1. Brian Lonsdorf @drboolean
  2. [FunctionalJS London @funjsldn ] (https://twitter.com/funjsldn)

Blogs/Articles

  1. Loop/Recur
  2. [Functional Programming for Javascript People] (https://medium.com/@chetcorcos/functional-programming-for-javascript-people-1915d8775504#.vp2r84hhy)
  3. [Functional Programming in Javascript] ( http://reactivex.io/learnrx/ )
  4. [What is Functional Programming] ( http://blog.jenkster.com/2015/12/what-is-functional-programming.html )

Git Repos / Libraries

  1. [Fantasy Land] ( https://github.com/fantasyland )
  2. [FolkTale - Generic Functional Programming in JS ] ( https://github.com/folktale )
  3. [Lodash FP ] ( https://github.com/lodash/lodash/wiki/FP-Guide )

Talks And Youtube Channels

  1. What Every Hipster Should Know About Functional Programming
  2. Fun Fun Function
  3. Functional programming design patterns
  4. Hey Underscore, You're Doing It Wrong!
  5. Functional programming patterns for the non-mathematician
  6. Deconstructing Functional Programming

Contributions

Please submit a pull request and ensure tests are passing (jk)