From a5e319f743f3d02ca9981dab9439dc91af6f0c25 Mon Sep 17 00:00:00 2001 From: Roman Bird Date: Wed, 26 Oct 2022 18:06:34 +0100 Subject: [PATCH] Add 2011 Berkeley SICP in Scheme to extras Since the Scheme version remains arguably as/more popular --- extras/courses.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extras/courses.md b/extras/courses.md index fc490cb..e8a2e3a 100644 --- a/extras/courses.md +++ b/extras/courses.md @@ -21,7 +21,8 @@ Courses | Duration | Effort [Object-Oriented Programming with Java](https://java-programming.mooc.fi/)| 14 weeks | 10 hours/week [Introduction to Programming with MATLAB](https://www.coursera.org/learn/matlab)| - | - [Introduction to Functional Programming](https://www.edx.org/course/introduction-functional-programming-delftx-fp101x-0)| 7 weeks | 4-6 hours/week -[The Structure and Interpretation of Computer Programs](http://cs61a.org/) | - | - +[The Structure and Interpretation of Computer Programs (2022, Python)](http://cs61a.org/) | - | - +[The Structure and Interpretation of Computer Programs (2011, Scheme)](https://romanbird.github.io/sicp/) | - | - [Introduction to Haskell](https://www.seas.upenn.edu/~cis194/fall16/) | 14 weeks | 4 hours/week ## Math