Merge pull request #5 from horsebridge/book-recommendation

add tapl
This commit is contained in:
flyingpig
2021-12-12 22:19:28 +08:00
committed by GitHub

View File

@@ -16,6 +16,7 @@
- 龙书
## 计算机语言PL
- Essentials of Programming Languages (EOPL)
- Types and Programming Languages (TAPL) (https://www.cis.upenn.edu/~bcpierce/tapl/)
## 体系结构
- Computer Architecture: A Quantitative Approach 5th Edition
## 分布式系统