This is a must-read for any Haskell dev as well as interested compiler designers. Compared to other compilers I’ve seen, GHC has some pretty interesting design choices like “everything is a Haskell library” and “there’s no symbol table”. Though long, it’s worth the read.
This is a must-read for any Haskell dev as well as interested compiler designers. Compared to other compilers I’ve seen, GHC has some pretty interesting design choices like “everything is a Haskell library” and “there’s no symbol table”. Though long, it’s worth the read.