👩💻 Join our community of thousands of amazing developers!
This is just a casual writeup of WYAH as I read through it. Original article http://dev.stephendiehl.com/fun/ http://dev.stephendiehl.com/fun/002%5Fparsers.html Code https://github.com/sdiehl/write-you-a-haskell We will build a small functional language called Fun which is a partial Haskell 2010 toy language; complete with: a parser type inference datatypes pattern matching desugaring typeclasses higher-kinded types monadic IO arbitrary-rank polymorphism records Core language STG intermediate...