Functors and Applicatives ramda 7 functional 13 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. Q: When is a function not a function? A: When it is a method. We’re talking here about functions and not methods. For the purposes of this discussion
