The Scheme Programming Language, 4th Edition
by R. Kent Dybvig
Publisher: The MIT Press 2009
ISBN/ASIN: 026251298X
ISBN-13: 9780262512985
Number of pages: 504
Description:
This book covers the language of the Revised Report. It is not intended to supplant the Revised Report but rather 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. Features specific to particular implementations of Scheme are not included.
Download or read it online for free here:
Read online
(online html)
Similar books
The Scheme Programming Language: ANSI Schemeby R. Kent Dybvig - Prentice Hall
This book is a straightforward introduction to Scheme, it brings the material up to date with respect to the ANSI standard. It covers the properties and features of Scheme, programming, and Scheme's procedures and syntactic forms.
(16494 views)
Concrete Abstractions: An Introduction to Computer Science Using Schemeby Max Hailperin, Barbara Kaiser, Karl Knight - Course Technology
The book Concrete Abstractions covers the programming and data structures basics. It will give first-time computer science students the opportunity to not only write programs, but to prove theorems and analyze algorithms as well.
(22392 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.
(18207 views)
Exploring Programming Language Architecture in Perlby 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.
(18582 views)