From 18298444a7756845395494dfab789650ae257ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Sinan=20K=C3=B6ksal?= Date: Thu, 24 Mar 2016 11:44:59 -0700 Subject: [PATCH] Fixed the UCB CS164 video playlist link There have been (at least) two different offerings of CS164 at Berkeley, by Ras Bodik and by Paul Hilfinger. The old playlist was for Hilfinger's version. The updated playlist link now matches the provided course website and projects repo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5cee54..a599cd1 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ Courses - [Assignments](http://www.cs.princeton.edu/~dpw/courses/cos326-12/assignments.php) - [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=PL421867F00A53B833) + - [Lecture Videos](https://www.youtube.com/playlist?list=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.