图书标签: scheme 函数式编程 LISP 编程 计算机 计算机科学 programming FP
发表于2025-01-22
The Little Schemer - 4th Edition pdf epub mobi txt 电子书 下载 2025
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.
这不是程序语言,这是纯智力游戏。
评分这个风格实在是太适合做教材了,自问自答、精辟到位,而且知识点是系统化组织起来的。建议软院爱尔兰班FP课程采纳。
评分前面七章是可以快速扫过的铺垫 最后三章才是重点 Lambda/Y Combinator的介绍 如果不是用LISP 去掉一些阻碍人类阅读的多余括号的话 应该不会那么难懂(看) ...
评分非常喜欢这种书,非常多的练习,循序渐进的引导....lisp语法很简单,但语言的表现力却让人着迷不已....授人以鱼,不如授人以渔,谢谢作者Daniel 让我深切的体会到主动的思考和不断练习的好处...要看seasoned版了,宝盒里面究竟藏着什么东西呢
评分Felleisen: study hard and enjoy
每次都是先问一个函数的行为,傻乎乎地问好多遍, 之后便“试试定义它吧” 然后就在边上给出定义了。。。有点“先写了许多测试,再写程序让测试通过”的感觉。 挺好的书,只要有耐心一定能看懂。很照顾读者。
评分;; 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相关的条目,再来看,应该能看懂了。
The Little Schemer - 4th Edition pdf epub mobi txt 电子书 下载 2025