The Scheme Programming Language: ANSI Scheme
by R. Kent Dybvig
Publisher: Prentice Hall 1996
ISBN/ASIN: 0134546466
ISBN-13: 9780134546469
Number of pages: 272
Description:
This book is a straightforward, no-nonsense introduction to Scheme, and in its second edition brings the material up to date with respect to the ANSI standard. It covers the properties and features of Scheme; Scheme programming for the novice and advanced Scheme programmer; and Scheme's procedures and syntactic forms.
Download or read it online for free here:
Read online
(online html)
Similar books
The Scheme Programming Language, 4th Editionby 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.
(20130 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.
(19824 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.
(13238 views)
The Scheme Programming Language, 3rd Editionby 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.
(18092 views)