|
|
| | Ask HN: Recommend an introductory course on compilers | |
66 points by rochak on Dec 25, 2016 | hide | past | favorite | 22 comments
|
| | I am doing Bachelors in Information Technology and to my bad luck, my curriculum does not have a course on compilers. I looked online and found one on Coursera only to realize that it has now been removed. Could you guys recommend a good compilers course or book which gives a good introduction to the topic along with a guided practical implementation? I would be much obliged. |
|
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
http://llvm.org/docs/tutorial/
These are examples in C++ and OCaml.
There's a similar tutorial in Python as well, which should be easier to get running:
http://www.llvmpy.org/llvmpy-doc/0.9/doc/kaleidoscope/Python...