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
How to Use Schemeby 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.
(23079 views)
Write Yourself a Scheme in 48 Hoursby 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.
(19508 views)
Teach Yourself Scheme in Fixnum Daysby 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.
(14261 views)
Sketchy LISPby Nils M Holm - Lulu Press
Sketchy LISP is a step-by-step introduction to functional programming in Scheme. It covers various aspects of the language including data types, conditional evaluation, list processing, lexical scoping, closures, recursion, dynamic typing, etc.
(12924 views)