This is following the book here, and the lecture series here, for which I wrote a script to download all of them here.
Thanks to creactiviti/scip-course for a nice overview.
Table of Contents
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