Logo

How to Use Scheme by M. Felleisen, R. Findler, M. Flatt, S. Krishnamurthi, P. Steckler

Small book cover: How to Use Scheme

How to Use Scheme
by

Description:
This tutorial bridges the gap between the basic steps of how to design programs and how to design large programs that interact with all kinds of items in our computer and the network to which it is connected. It will introduce you to some pretty basic ideas, such as file input and output, to more advanced things, such simple GUI design and Web scripting.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

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.
(12935 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.
(17571 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.
(18726 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.
(16261 views)