图书标签: scheme 函数式编程 LISP 编程 计算机 计算机科学 programming FP
发表于2024-06-15
The Little Schemer - 4th Edition pdf epub mobi txt 电子书 下载 2024
This delightful book leads you through the basic elements of programming in Scheme (a Lisp dialect) via a series of dialogues with well-chosen questions and exercises. Besides teaching Scheme, The Little Schemer teaches the reader how to think about computation. The authors focus on ten essential concepts of thinking about how to compute and demonstrate how to apply these concepts in inventive ways. The Little Schemer is an excellent book both for the beginner and for the seasoned programmer.
第9章的Y combinator可以参考http://www.ece.uc.edu/~franco/C511/html/Scheme/ycomb.html 和 http://cuipengfei.me/blog/2013/04/09/make-y/
评分由于从小接受苏联式课本教育,遇到这类循循善诱的讲授方法便很不适应。但无论如何,学习一门新语言,就像去异邦旅行。不得不说这个地方很新奇。
评分学习S表达式最好的入门书籍,强烈推荐所有对编程感兴趣的人阅读,而且这本书的写作形式与内容高度统一,必须说是神作。
评分Comupter Scienist,都是心理学家其实,随和亲切,春风化雨,simple is best// 8.9.10三章,太棒了
评分看这本书期间,我梦到自己递归递归...直到醒时才找到出口
;; The Hardest Concepts/Thinkings of <The Little Schemer>: ;; ; predefined: (define make-list (lambda (a . l) (cons a l))) ; (define hardest (lambda (chap) (cond ((equal? chap 'chap8) (make-list '(multirember&co a lat col) ...
评分小S不小 三点 (模仿The little schemer而作) 看官:本人 小S:The little schemer简写 看官:小S,这名字够嗲的。 小S:其实我不小哦,你应该知道我在说什么。 看官(叹气):你老爸建议认识你不要少于three settings,但我用了thirty settings也没有完全了解你的心,...
评分小S不小 三点 (模仿The little schemer而作) 看官:本人 小S:The little schemer简写 看官:小S,这名字够嗲的。 小S:其实我不小哦,你应该知道我在说什么。 看官(叹气):你老爸建议认识你不要少于three settings,但我用了thirty settings也没有完全了解你的心,...
评分全书从scheme的基础入门开始,介绍了核心的语法,主要是简单的数据操作,通过逻辑推导的方式介绍了continuation、图灵停机、combinator-Y、基本解释器,不需要有编程背景,装一个racket,知道lambda是匿名函数,有一定的推理能力和动手意愿,就能跟上思路。用很小的篇幅做了很...
The Little Schemer - 4th Edition pdf epub mobi txt 电子书 下载 2024