https://github.com/asukaminato0721/sicp-learning
学一点简单的 SICP
https://github.com/asukaminato0721/sicp-learning
Last synced: about 2 months ago
JSON representation
学一点简单的 SICP
- Host: GitHub
- URL: https://github.com/asukaminato0721/sicp-learning
- Owner: asukaminato0721
- Created: 2020-07-13T17:03:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T04:43:51.000Z (almost 5 years ago)
- Last Synced: 2025-04-02T12:53:33.583Z (about 2 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SICP-learning
学一点简单的 SICP只有用 racket 时推荐的编辑器是 DrRacket。
记得第一行 `#lang sicp`
`[]` 的按键效果= `()` ,但是不损耗 Shift 键
https://www.youtube.com/watch?v=IcZSFewqr9k&list=PLkEwH_Z2WOlppy8oUfrGwFVlOuKyo3RO_
官方英文 PDF
https://github.com/numbbbbb/sicp/blob/master/sicp.pdf
来自别处的一点[人生的经验](http://numbbbbb.com/2016/03/28/20160328_%E6%88%91%E5%A6%82%E4%BD%95%E7%94%A8%E4%B8%A4%E5%91%A8%E6%97%B6%E9%97%B4%E5%88%B7%E5%AE%8C%20SICP/)
本人比较菜,有些用 Racket 实在是不习惯,就用 Python 写了。