diff --git a/README.md b/README.md index 8dec5f4..a77ef62 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ Courses - [CS143 - 2011](http://www.keithschwarz.com/cs143/WWW/sum2011/) - [CS 164](https://sites.google.com/a/bodik.org/cs164/home) **Hack your language!** *UC Berkeley* Lecture Videos Assignments Lecture Notes - Introduction to programming languages by designing and implementing domain-specific languages. - - [Lecture Videos](https://www.youtube.com/playlist?list=PL3A16CFC42CA6EF4F) + - [Lecture Videos](https://archive.org/details/ucberkeley-webcast-PL3A16CFC42CA6EF4F) - [Code for Assignments](https://bitbucket.org/cs164_overlord/) - [CS 173](http://cs.brown.edu/courses/cs173/2014/) **Programming Languages** *Brown University* Lecture Videos Assignments - Course by Prof. Krishnamurthi (author of [HtDP](http://htdp.org/2003-09-26/Book/)) and numerous other [awesome](http://cs.brown.edu/courses/cs173/2012/book/) [books](http://papl.cs.brown.edu/2014/index.html) on programming languages. Uses a custom designed [Pyret](http://www.pyret.org/) programming language to teach the concepts. There was an [online class](http://cs.brown.edu/courses/cs173/2012/OnLine/) hosted in 2012, which includes all lecture videos for you to enjoy.