> Contrarily, library development is about abstractions. Spend time hunting for an algebra
This line piqued my interest - what does an algebra mean in this context? Does anyone know of any good resources for further exploration?
replies(4):
This line piqued my interest - what does an algebra mean in this context? Does anyone know of any good resources for further exploration?
Basically it's saying to create a formal set of types and formal rules about how they interact. If you search for permutations of phrases like "functional programming" "algebra" "data types" you'll turn up some hits. For instance [1]
[1] https://www.turingtaco.com/algebraic-data-types-structuring-...