|
|
|
|
|
by gclaramunt
3619 days ago
|
|
But category theory has direct application to programming: (ignoring non-termination), types and functions form a category and most of the concepts are directly applicable. Functors/map are of everyday use and other CT results are commonly used.
Even JavaScript is getting functional, so CT is getting more relevant and practical everyday |
|
If you're thinking about new programming paradigms I think the theory behind CT versions is worth knowing, but if most of your monads are maybes or lists it'll be of little practical value.