diff --git a/Courses.md b/Courses.md index e7022abb..e3138e79 100644 --- a/Courses.md +++ b/Courses.md @@ -61,3 +61,6 @@ Go is a great language for CS majors. This page presents some university courses # Compiler Design * Compiler Design (CS712/CS812) at the University of New Hampshire: http://www.cs.unh.edu/~cs712/. In Fall 2016 we are compiling a subset of Go to LLVM code. + + * Introduction to Compilers (6197) at Rey Juan Carlos University of Madrid: http://lsub.org/comp. Students write a compiler in Go that implements a language for drawing graphics. +