Scheme 9 from Empty Space
by Nils M Holm
Publisher: Lulu Press 2007
ISBN/ASIN: B00262VJBO
Number of pages: 130
Description:
Scheme 9 from Empty Space reproduces the completely self-contained and heavily commented 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.
Download or read it online for free here:
Read online
(online reading)
Similar books
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.
(18127 views)
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.
(16414 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.
(22315 views)
How to Use Schemeby M. Felleisen, R. Findler, M. Flatt, S. Krishnamurthi, P. Steckler
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.
(23433 views)