wdv4758h / notes

let me know if my notes help you :D (it's a mess, I know)
https://wdv4758h.github.io/notes/
147 stars 17 forks source link

Foundations of Programming Languages (Undergraduate Topics in Computer Science) #55

Open wdv4758h opened 7 years ago

wdv4758h commented 7 years ago

foundation

ISBN-13: 978-3319133133 ISBN-10: 3319133136 Amazon: https://www.amazon.com/Foundations-Programming-Languages-Undergraduate-Computer/dp/3319133136/ CoCo: http://knuth.luther.edu/~leekent/CoCo/

wdv4758h commented 7 years ago

作者基於 CPython 用 C++ 實做了一個 Language VM 叫 CoCo,相容 CPython 3.2 的 bytecode,藉此來講解程式語言,內容包含 Standard ML、Prolog、Type Inference 等等。