content

Category Theory

Category Theory is about how objects are related to each other. A category is a collection of objects and arrows, also known as morphisms, between those objects. 1

Notably, Category Theory is more focused on morphisms rather than what the objects are exactly. 2 When applied to programming, the advantages given by category theory allow you to compose things together more easily. These advantages are lost if you have to dig into the implementation of an object in order to understand how to compose it with other objects. 1

Types of categories:

Reading material:

meta

tags: math

created: modified:

backlinks: Category Category Theory Illustrated Category Theory for Programmers Dual Elementary Theory of the Category of Sets Isomorphism Kleisli Category Logic Order Preorder Set Theory

commit: 031b493a