Skip to content

Commit

Permalink
Add "Learning FP" link
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Jun 25, 2016
1 parent 52f2b39 commit 5e597a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion functional-programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,8 @@

- **Functors, Applicatives, and Monads in Plain English**
http://www.russbishop.net/monoids-monads-and-functors
An attempt to explain these concepts in reasonable terms.
An attempt to explain these concepts in reasonable terms.

- **Learning Functional Programming with Javascript**
https://youtu.be/e-5obm1G_FY
A great talk by Anjana Vakil. Covers several basic concepts of functional programming, including some very nice examples of map/filter/reducer, a clear fdefinition of side effects, and an explanation of how specialized immutable data libraries work.

0 comments on commit 5e597a2

Please sign in to comment.