Does anyone have any good sources on practical tec...
# thinking-together
w
Does anyone have any good sources on practical techniques for implementing a type system?
m
didn't read it yet but read the previous ones, so it should be as good 🙂 https://mitpress.mit.edu/books/little-typer
b
What kind of type system? I implemented Hindley-Milner by starring at wikipedia for a really long time (Algorithm J) and TAPL (Types and Programming Languages). The Chris Done post mentioned above looks pretty good but may be too dense if this is your first go or you’re not familiar with Haskell. https://en.wikipedia.org/wiki/Hindley%E2%80%93Milner_type_system https://www.cis.upenn.edu/~bcpierce/tapl/
w
Thanks guys! I'm gonna have a look 🙂