《计算机程序的构造和解释》(Structure and Interpretation of Computer Programs)自学记录。
- Common Lisp
- Scheme
- 【CS公开课】计算机程序的构造和解释(SICP)【中英字幕】【FoOTOo&HITPT&Learning-SICP】_哔哩哔哩_bilibili
- 计算机程序的构造和解释(原书第2版)
- jiacai2050/sicp: 📖 SICP 读书笔记,习题解答 (github.com)
- huangz1990/SICP-answers: 我的 SICP 解题集 (github.com)
- sicp-solutions (schemewiki.org)
- sarabander/sicp: HTML5/EPUB3 version of SICP
- DeathKing/Learning-SICP: MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。
- MIT/GNU Scheme User’s Manual for release 12.1
We no longer support OS/2, DOS, or Windows, though it's possible that this software could be used on Windows Subsystem for Linux (we haven't tried).
我们不再支持 OS/2、DOS 或 Windows,尽管该软件可能可以在 Linux 的 Windows 子系统上使用(我们还没有尝试过)。
所以本来只会使用 Windows 的我去安装了 Ubuntu 22.04 LTS……
- 通用
- Code Runner by Jun Han
- Common Lisp
- Common Lisp by Qingpeng Li
- Scheme
- vscode-scheme by Allen Huang
- Steel Bank Common Lisp (SBCL)
- 在 Code Runner 扩展的
settings.json中- 确保对象
"code-runner.executorMapByFileExtension"中含有".lisp": "sbcl --script" - 确保对象
"code-runner.executorMap"中也含有"lisp": "sbcl --script"
- 确保对象
- 在 Code Runner 扩展的
- MIT/GNU Scheme
- 在 Code Runner 扩展的
settings.json中- 确保对象
"code-runner.executorMapByFileExtension"中含有".scm": "scheme <" - 确保对象
"code-runner.executorMap"中也含有"scheme": "scheme <"
- 确保对象
- 在 Code Runner 扩展的
- DrRacket
- version 8.6
- bash 命令
sudo apt-get updatesudo apt-get -y install racket