TLS
One cannot build a beautiful and functional bridge without a knowledge of steel and dirt and considerable mathematical technique for using this knowledge to compute the properties of structures.
开始研习 the little schemer,记录学习过程中的想法
据 preface 所言,此书旨在 teaching reader thinking recursively,为了达成这一目的,作者才选择了 scheme 作为教具。
此书的写作目的并非让读者熟练掌握 scheme 本身,作者明确指出书中只用到了 scheme 的一个小子集。
在 guideline 中,作者建议 Read carefully,并且 Do not read the book in fewer than three sittings。前面章节的理解会影响后面的阅读,请读者保证顺序理解所述内容。
若在读书过程中设立一个明确的目标,大概就是理解并自行推导出 y-combinator
,理解其思想。