书籍 How to Design Programs的封面

How to Design Programs

Matthias Felleisen

出版社

The MIT Press

出版时间

2001-02-11

ISBN

9780262062183

评分

★★★★★
书籍介绍

This introduction to programming places computer science in the core of a liberal arts education. Unlike other introductory books, it focuses on the program design process. This approach fosters a variety of skills--critical reading, analytical thinking, creative synthesis, and attention to detail--that are important for everyone, not just future computer programmers.

The book exposes readers to two fundamentally new ideas. First, it presents program design guidelines that show the reader how to analyze a problem statement; how to formulate concise goals; how to make up examples; how to develop an outline of the solution, based on the analysis; how to finish the program; and how to test. Each step produces a well-defined intermediate product. Second, the book comes with a novel programming environment, the first one explicitly designed for beginners. The environment grows with the readers as they master the material in the book until it supports a full-fledged language for the whole spectrum of programming tasks.

All the book's support materials are available for free on the Web. The Web site includes the environment, teacher guides, exercises for all levels, solutions, and additional projects.

-- amazon.com

用户评论
探求程序设计的本源……入门好书,就算你是牛人,也要推荐看看!
利用scheme教授编程为数不多的教材,大概翻了下,基本是《SICP》前三章的详细讲解版,但是用了drscheme作为运行平台。
没看完就结课系列(
scheme果然是很经典,不过比SICP要简单呢
好书好书好书!!!!
算了吧,别看了,买回来也不会认真读的。
在每个不同的阶段来回读一遍应该会有不一样的收获
Racket
挺好的
教你编程素养,怎么去设计编程 主要有,面向信息编程和数据是有状态的