Logo

Scheme Programming Language

e-books in Scheme Programming Language category

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.
(16250 views)
Book cover: The Scheme Programming Language, 4th EditionThe Scheme Programming Language, 4th Edition
by - The MIT Press ,
This book covers the language of the Revised Report. It is intended 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.
(18173 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.
(17523 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.
(18676 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.
(11429 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.
(17204 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.
(20764 views)
Book cover: The Scheme Programming Language, 3rd EditionThe Scheme Programming Language, 3rd Edition
by - 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.
(16219 views)
Book cover: Teach Yourself Scheme in Fixnum DaysTeach Yourself Scheme in Fixnum Days
by ,
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.
(12893 views)
Book cover: The Scheme Programming Language: ANSI SchemeThe Scheme Programming Language: ANSI Scheme
by - 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.
(14656 views)
Book cover: Concrete Abstractions: An Introduction to Computer Science Using SchemeConcrete Abstractions: An Introduction to Computer Science Using Scheme
by - 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.
(19720 views)