Skip to content

Commit 6dc933c

Browse files
committed
Merge pull request prakhar1989#33 from roger-kang-mo/master
Fix CS4610's Link
2 parents c209732 + 7bccfb0 commit 6dc933c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Courses
103103
- If you're a fan of Prof Matt's writing on his [fantastic blog](http://matt.might.net/articles/) you ought to give this a shot. The course covers the design and implementation of compilers, and it explores related topics such as interpreters, virtual machines and runtime systems. Aside from the Prof's witty take on [cheating](http://matt.might.net/teaching/compilers/spring-2015/#collaboration) the page has tons of interesting links on programming languages, parsing and compilers.
104104
- [Lecture Notes](https://www.dropbox.com/sh/zanwtoflw4pcfu8/5pdT6axS3y)
105105
- [Projects](http://matt.might.net/teaching/compilers/spring-2015/#projects)
106-
- [CS4610](www.cs.virginia.edu/~weimer/4610/) **Programming Languages and Compilers** *University of Virginia*
106+
- [CS4610](http://www.cs.virginia.edu/~weimer/4610/) **Programming Languages and Compilers** *University of Virginia*
107107
- Course that uses OCaml to teach functional programming and programming language design. Each assignment is a part of an interpreter and compiler for an object-oriented language similar to Java, and you are required to use a different language for each assignment (i.e., choose 4 from Python, JS, OCaml, Haskell, Ruby).
108108
- [Lecture Notes](http://www.cs.virginia.edu/~weimer/4610/lectures.html)
109109
- [Assignments](http://www.cs.virginia.edu/~weimer/4610/pa.html)

0 commit comments

Comments
 (0)