Structure and Interpretation of Computer Programs (texinfo book)
Lytha Ayth's texinfo version of Structure and Interpretation of Computer Programs -- 2nd ed. (Harold Abelson and Gerald Jay Sussman, with Julie Sussman)
Lytha Ayth's texinfo version of Structure and Interpretation of Computer Programs -- 2nd ed. (Harold Abelson and Gerald Jay Sussman, with Julie Sussman)
To install sicp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sicp
To see what files were installed by sicp, run:
port contents sicp
To later upgrade sicp, run:
sudo port selfupdate && sudo port upgrade sicp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.