Jethro Larson
Jethro Larson
Yeah all the examples are in JavaScript. It's not the best language for describing these concepts but it's the best language for reaching curious developers On Mon, Jul 25, 2016,...
Yeah the intro needs work On Mon, Jul 25, 2016, 8:11 PM Paul Bone [email protected] wrote: > That's a good choice, I'm sure this will be a good resource for...
This doc covers more topics than the fantasyland spec but it's using the names and definitions as described there where applicable. On Tue, Jul 26, 2016, 1:21 AM G. Kay...
I've been thinkin about this a bit. Maybe it is worthwhile to go into a little more detail on functor. Especially since map is endofunctor. We can then group the...
Monad can go under there too ;)
I've been considering reworking the functor section and grouping the various functors under it (applicative, monad, endofunctor, etc). On Thu, Jul 28, 2016, 4:44 AM Seb Insua [email protected] wrote: >...
@sjsyrek I like your intuition here. This really is a document for beginners, programmers, and JS programmers at that. Our goal should be to keep people reading without getting a...
PRs welcome
I addressed some of these in this PR #42
I'm interested in exploring how to communicate the distinction between types and objects in a way that is understandable for a jQuery developer.