From 9c086a9be9f6175dd895c5c8544c1e564aa579a8 Mon Sep 17 00:00:00 2001 From: Anton Yurovskykh Date: Wed, 15 Mar 2017 22:18:21 +0200 Subject: [PATCH] Update `README.md`: add more recent course link for CS 223 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6e92f7..ff49d21 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ Courses - 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. - [Videos](http://cs.brown.edu/courses/cs173/2012/Videos/) - [Assignments](http://cs.brown.edu/courses/cs173/2014/assignments.html) -- [CS 223](https://www.classes.cs.uchicago.edu/archive/2015/winter/22300-1/) **Purely Functional Data Structures In Elm** *University of Chicago* Assignments Lecture Notes +- [CS 223](https://www.classes.cs.uchicago.edu/archive/2016/winter/22300-1/) **Purely Functional Data Structures In Elm** *University of Chicago* Assignments Lecture Notes - This course teaches functional reactive programming and purely functional data structures based on Chris Okazaki's book and using the Elm programming language. - [Lectures](https://www.classes.cs.uchicago.edu/archive/2015/winter/22300-1/Schedule.html) - [Assignments](https://www.classes.cs.uchicago.edu/archive/2015/winter/22300-1/Schedule.html)