
SICP 习题及日志
文章平均质量分 78
jkdirac
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
sicp 第二章习题试做
2010-12-112010-12-11第二章没有做完,未来会更新。 总结1:The general techinque of isolating the parts of a program that deal with how data objects arerepresented from the parts of a program that deal with how data原创 2009-03-04 14:10:00 · 768 阅读 · 0 评论 -
sicp 第一章习题试做
这是我当时学SICP时候作习题时候的总结。不是很详细,有时间再把代码贴上来。 Exercise 1.5 :问题描述:关于scheme的 substitution model(a way to get started thinking formally about theevaluation problem)的问题,第一章介绍了两种表达式evaluation的顺序:normal order和原创 2009-03-04 14:02:00 · 790 阅读 · 0 评论 -
Continuation的实现机制
以前学closure的概念,从官方的文档解释看起来很迷糊,后来找到一篇 ----------------------------------------------------------------------------------------------------------------------------- 说起Continuation,象我这样的大多数从C, Basic, Pa转载 2013-02-05 21:29:19 · 1700 阅读 · 0 评论