书籍 Scheme and the Art of Programming的封面

Scheme and the Art of Programming

George Springer, Daniel P. Friedman

出版社

Mit Pr

出版时间

1989-10-01

ISBN

9780262192880

评分

★★★★★
书籍介绍
Scheme is the fast track to getting started in programming. Its clear semantics, simple syntax, and interactive environment enable the beginning student to write sophisticated programs after just two brief chapters. As a first introduction to programming, it is an ideal vehicle for learning to reason correctly about computation. Starting from a few fundamental concepts and principles - procedural and syntactic abstractions, recursion, iteration, state, and control - Springer and Friedman develop the ideas and techniques of programming. They include both traditional topics such as numeric and symbolic computation, and also cover current issues such as streams, object-oriented programming and continuations for abstracting control. The presentation is designed for the introductory college student It is more sophisticated and complete than "The Little LISPer, "but not as advanced as "Structure and Interpretation of Computer Programs." Springer and Freidman provide a solid introduction to data abstraction by presenting topics such as list strings, vectors, matrices, sets, relations, and functions. Among the examples used to illustrate object oriented programming are stacks, queues, circular lists, hash tables, and a gas station simulation. George Springer is Professor of Mathematics and Computer Science and Daniel P. Friedman is Professor of Computer Science. Both are at Indiana University, one of the centers for research and development of Scheme.
用户评论
就没有几本书是把continuation讲清楚了的,本书就例外,讲得明明白白。
不错,把课后习题也做了一部分
作为EOPL的补充读物,直接奔着最后两章去看的,非常清晰地讲解了continuation...感觉老爷子写的书都非常好啊
仰望#2
continuation理解了一半。我想知道背后计算原理
学scheme,这本书是最好的,好过SICP和TSPL4