/   Programming Languages Books /  

Scheme Books

Advertisement

Scheme Books

This section contains free e-books and guides on Scheme, some of the resources in this section can be viewed online and some of them can be downloaded.

GNU Scheme Reference Manual

This note covers the following topics: Special Forms, Equivalence Predicates, Numbers, Characters, Strings, Lists, Vectors, Bit Strings, Miscellaneous Datatypes, Associations, Procedures, Environments, Input or Output, Operating-System Interface, Error System and Graphics .

Author(s):

s 366Pages

Teach Yourself Scheme in Fixnum Days

This text 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.

Author(s):

s NAPages

Revised Report on the Algorithmic Language Scheme

This book gives a defining description of the programming language Scheme. It provides fundamental ideas of the language and describe the notational conventions used for describing the language and for writing programs in the language.

Author(s):

s NAPages

The Scheme Programming Language, 3rd edition (R. Kent Dybvig)

The Scheme Programming Language, which documents the standard subset of the language. The book offers three chapters of introductory material with numerous examples, eight chapters of reference material, and one chapter of extended examples and additional exercises. All of the examples can be entered directly from the keyboard into an interactive Scheme session.

Author(s):

s NAPages

The Scheme Programming Language, 3rd edition (R. Kent Dybvig)(2nd Edition)

This book is intended to provide an introduction to the Scheme 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 and programming languages. Topics covered includes: Variable Binding, Control Operations, Operations on Objects, Input and Output, Syntactic Extension, Extended Examples and Extended Examples.

Author(s):

s NAPages

Concrete Abstractions An Introduction to Computer Science Using Scheme (Ma. Hailperin, et al)

This book is primarily intended as the text for a first undergraduate course in computer science. It introduce several abstract ideas in as concrete a way as possible. This book is divided into three parts, dealing with procedural abstractions, data abstractions, and abstractions of state.

Author(s):

s NAPages

How to Use Scheme (by M. Felleisen, et al)

Currently this section contains no detailed description for the page, will update this page soon.

Author(s):

s Pages

An Introduction to Scheme and its Implementation Mirror

Currently this section contains no detailed description for the page, will update this page soon.

Author(s):

s Pages

Advertisement