|
|
|
|
|
by aghillo
2612 days ago
|
|
Is there any accessible work using Category Theory that looks at API composition? I’m thinking here about data intensive systems that are often composed of different elements (e.g. Kafka, Cassandra, bespoke microservices, ...) and are glued together in an application. Could Category Theory help in getting a grip on this complexity? |
|
And just Haskell programming in general involve composition Effects are monads and program composition is composition over kleisli arrows .