References
- Structure and Interpretation of Computer Programs full-text, (epub 버전, 컴파일된 파일 다운로드는 여기)
- Video Lectures by Hal Abelson and Gerald Jay Sussman, (iPod용으로 인코딩된 버전은 여기)
- 김재우 교수의 SICP 강의 : "3.1 덮어쓰기와 갇힌 상태" 만 다룸.
- MIT Open Course Ware-6.001 Structure and Interpretation of Computer Programs
- UC Berkeley Computer Science 61A, 001 - The Structure and Interpretation of Computer Programs - 매 학기마다 SiCP 강의 있음. 들어보진 않았지만, 번역본인 2nd edition에 따라 강의하는 것이니 만큼, 책 내용에 맞춰서 강의들을수 있을거임. iTunes에도 있으나, 2010년 강의만 동영상이고 나머지는 오디오만 있음.
Scheme 구현체
- Racket
- mit-scheme - Mac에서는 Mac Ports로 설치 가능 --> $ port variants mit-scheme