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
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.
(14452 views)
Simply Scheme: Introducing Computer Scienceby Brian Harvey, Matthew Wright - 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.
(20572 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.
(13241 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.
(18472 views)