发表于2025-01-12
The Little Schemer - 4th Edition 2025 pdf epub mobi 电子书
;; 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) ...
评分从最基本的building block开始,一步步去实现越来越复杂的功能,更加容易看到本质的东西。 第九章后半部分讲到Y Combinator的时候感觉看不懂了,这个时候建议去Wikipedia查阅一下Y Combinator相关的条目,再来看,应该能看懂了。
评分这本书独特的地方是全书使用了一问一答的形式。用形象生动的方式循序渐进的将Scheme语言(也涵盖其他Lisp方言)的基本特点和程序设计中的关键技术演示给读者。作为一本入门级的书,它更多的是从感性方面来引导读者,缺少理性上的教导。 本书的大部分篇章都在演示 “递归” 这一...
评分从最基本的building block开始,一步步去实现越来越复杂的功能,更加容易看到本质的东西。 第九章后半部分讲到Y Combinator的时候感觉看不懂了,这个时候建议去Wikipedia查阅一下Y Combinator相关的条目,再来看,应该能看懂了。
评分一句话简评:如果有机会给以C语系(Java、Python等等)作为编程入门的朋友们推荐一门“新的”编程语言,我会毫不犹豫的推荐Scheme,如要选择一本书,我会毫不犹豫的推荐这一本。 从2018年11月,到2020年2月,差不多花了1年多的时间,才算把这本书从前到后完整的“学完”了。当...
图书标签: scheme 函数式编程 LISP 编程 计算机 计算机科学 programming FP
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.
刚下了一本,159页?但是却标明第4版啊
评分前面七章是可以快速扫过的铺垫 最后三章才是重点 Lambda/Y Combinator的介绍 如果不是用LISP 去掉一些阻碍人类阅读的多余括号的话 应该不会那么难懂(看) ...
评分第八章凶起来了……continuation和 Y combinator还需要时间理一理,还有那个解释器
评分好基础额
评分所有讲程序设计语言的书里最神奇的存在。
The Little Schemer - 4th Edition 2025 pdf epub mobi 电子书