Logo

The Scheme Programming Language, 4th Edition

Large book cover: The Scheme Programming Language, 4th Edition

The Scheme Programming Language, 4th Edition
by

Publisher: The MIT Press
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.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Exploring Programming Language Architecture in PerlExploring Programming Language Architecture in Perl
by
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.
(16278 views)
Book cover: How to Use SchemeHow to Use Scheme
by
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.
(20800 views)
Book cover: Simply Scheme: Introducing Computer ScienceSimply Scheme: Introducing Computer Science
by - The MIT Press
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.
(18706 views)
Book cover: Write Yourself a Scheme in 48 HoursWrite Yourself a Scheme in 48 Hours
by - 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.
(17551 views)