Logo

The Scheme Programming Language: ANSI Scheme

Large book cover: The Scheme Programming Language: ANSI Scheme

The Scheme Programming Language: ANSI Scheme
by

Publisher: Prentice Hall
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.

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.
(16334 views)
Book cover: Sketchy LISPSketchy LISP
by - 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.
(11510 views)
Book cover: Scheme 9 from Empty SpaceScheme 9 from Empty Space
by - Lulu Press
The book reproduces C and Scheme source code to an interpreter for a broad subset of the Scheme programming language. By means of extensive annotations, examples, and numerous figures, it answers a lot of questions about crafting an interpreter.
(17279 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.
(17624 views)