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 Dorai Sitaram
This is an introduction to the Scheme programming language. It is intended as a quick-start guide, something a novice can use to get a non-trivial working knowledge of the language, before moving on to more comprehensive and in-depth texts.
(9912 views)

by Bill Hails
This book presents an informal and friendly introduction to some of the core ideas in modern computer science, using the programming language Perl as its vehicle. The book takes the form of a series of working interpreters for the language PScheme.
(12683 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.
(14580 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.
(13878 views)