Functors and Applicatives in JavaScript

added by JavaScript Kicks
10/30/2014 4:55:41 PM

194 Views

I recently gave a talk at Hartford JS on Functors and Applicatives in JavaScript. This subject assumes familiarity with currying and function composition. You can also look over the original slide deck.


1 comments

Drew Peterson
10/31/2014 12:11:09 AM
Very well written! I thought the graphics perfectly illustrated the concepts. One of my favorite uses of Maybe is with pattern matching, perhaps we'll see some of that in a future article?