Why Algebraic Data Types Are Important
Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=yw-C8kk3mtY
Strong static typing detects a lot of bugs at compile time, so why would anyone prefer to program in JavaScript or Python? The main reason is that type systems can be extremely complex, often with byzantine typing rules (C++ comes to mind). This makes generic programming a truly dark art. Interestingly, the theory behind types is relatively simple – a fact exploited by functional languages like Haskell or ML. I'll discuss elements of type theory and its connection to category theory and logic.
EVENT:
code::dive 2018
SPEAKER:
Bartosz Milewski
PUBLICATION PERMISSIONS:
Conference Organizer provided Coding Tech with the permission to republish the code::dive talks.
Other Videos By Coding Tech
Tags:
static data types
data structure
c++
huskel
javascript
python
programming
programming languages