|
|
|
|
|
by deltasevennine
1316 days ago
|
|
All of computation is related to types. You are taking Type A and converting it to Type B. That is the entire point of computation. All else is abstractions on top of that and algorithms below. Category theory is what lives on top. Haskell is a programming language and style that borrows very very heavily from category theory. Getting a certain level of mastery in haskell well help you see how programming is related to CT. |
|