summaryrefslogtreecommitdiff
path: root/computation/compilers.md
blob: b9db36dad2e551bb38eb3be2e074cd82f8665848 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# compilers

articles
- [Compiler Optimizations Are Hard Because They Forget](https://faultlore.com/blah/oops-that-was-important/)
- [A tutorial on how to write a compiler using LLVM](https://tomassetti.me/a-tutorial-on-how-to-write-a-compiler-using-llvm/)

books and courses
- [Programming Languages, Application and Interpretation](https://www.plai.org/)
- [Introduction to Compiler Construction](https://www.students.cs.ubc.ca/~cs-411/2022w2/book_top.html)
- [Design Your Own Language (book list)](https://slebok.github.io/dyol/books/index.html)