This is part 15 of Categories for Programmers. Previously: Representable Functors. See the Table of Contents. Most constructions in category theory are generalizations of results from other more sp…| Bartosz Milewski's Programming Cafe
This is part 14 of Categories for Programmers. Previously: Free Monoids. See the Table of Contents. It’s about time we had a little talk about sets. Mathematicians have a love/hate relationsh…| Bartosz Milewski's Programming Cafe
Table of Contents| rpeszek.github.io
This post is the first in a planned series about my adventures in category theory. The plan is that as I build my understandings, I post a note here.I roughl...| miklos-martin.github.io
Let's see how we can create a basic monad using plain JavaScript| NextRoll