Skip to content

Structure and Interpretation of Computer Program

Notifications You must be signed in to change notification settings

DesmondoRay/SICP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

《计算机程序的构造与解释》第二版

Structure and Interpretation of Computer Program Second Edition

编程环境

  • 操作系统: Ubuntu 16.04
  • 解释器: mit-scheme,DrRacket(练习 3.47需要使用)

Tips

若是使用notepadqq,设置Run >> Modify Run Commands,在command栏里填写:
gnome-terminal --working-directory=%directory% -x mit-scheme --load "%path%"
运行command,可直接在终端内打开mit-scheme,并加载该文件;
而不必每次输入:(load "XXX.scm")

练习题

  • 尽量完成所有习题,并进行测试,附上测试结果
  • 画图题没有上传,个别难度系数较高的编程题未完成

参考网站

About

Structure and Interpretation of Computer Program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages