Simply Scheme: Introducing Computer Science
by Brian Harvey, Matthew Wright
Publisher: The MIT Press 1999
ISBN/ASIN: 0262082810
ISBN-13: 9780262082815
Number of pages: 611
Description:
For anyone learning the Scheme programming language, the second edition of 'Simply Scheme: Introducing Computer Science' provides a very digestible textbook-style introductory tutorial to this powerful and elegant language.
Download or read it online for free here:
Download link
(multiple PDF files)
Similar books

by R. Kent Dybvig - MIT Press
This book provides an introduction to the Scheme programming language but not an introduction to programming in general. The reader is expected to have had some experience programming and to be familiar with terms commonly associated with computers.
(15928 views)

by Jonathan Tang - Wikibooks
You'll start off with command-line arguments and parsing, and progress to writing a fully-functional Scheme interpreter that implements a good-sized subset of R5RS Scheme. Along the way, you'll learn Haskell's I/O, mutable state and dynamic typing.
(17118 views)

by M. Felleisen, R. Findler, M. Flatt, S. Krishnamurthi, P. Steckler
This tutorial bridges the gap between the basic steps of how to design programs and how to design large programs. It will introduce you to some basic ideas, such as file input and output, to more advanced things, such simple GUI design.
(20315 views)

by R. Kent Dybvig - The MIT Press
This book covers the language of the Revised Report. It is intended to provide a more comprehensive introduction and reference manual for the language, with more explanatory text and examples, suitable more for users than for implementors.
(17848 views)