SICP 00 - Overview


This is following the book here, and the lecture series here.

List of URLs here which can be downloaded with yt-dlp like yt-dlp -a ./urls.txt

Thanks to creactiviti/scip-course for a nice overview.

Install STk for Mac

You can install STk (REPL for Scheme) from here.

This requires X11, so; on Mac:

brew cask install xquartz

You can now run stk, or stk-simply (the version with extra functions used in the lectures)

On Arch Linux, this can be installed with pacman -S mit-scheme