Merge a96a6618df94a112a00133b4be15d10fb50144d4 into 433094a6eae38f87f50bd5cd540b5f5946c715ae

This commit is contained in:
Bob Fang 2015-03-23 09:03:37 +00:00
commit f56ead83bb

View File

@ -211,6 +211,9 @@ Courses
- Teaches understanding of how a modern compiler is structured and the major algorithms that are used to translate code from high-level to machine language. The best way to do this is to actually build a working compiler, so there will be a significant project to implement one that translates programs written in a core subset of Java into executable x86 assembly language. The compilers themselves will use scanner and parser generator tools and the default implementation language is Java.
- [Lectures](http://courses.cs.washington.edu/courses/csep501/09au/lectures/video.html)
- [Assignments, Tests, and Solutions](http://courses.cs.washington.edu/courses/csep501/09au/homework/index.html)
- [L28](http://www.cl.cam.ac.uk/teaching/1415/L28/) **Functional Programming**
*University of Cambridge*<img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png" width="20" height="20" alt="Lecture Notes" title="Lecture Notes" />
- This is a course for more advanced functional programming techniques, like GADT, monads and staging.
-------