FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
-
Sketchy LISP: Introduction to Functional Programming in Scheme
This book is a step-by-step introduction to functional programming in Scheme. By means of numerous examples of varying complexity, it takes the reader on an entertaining and informative tour through the language.
-
Write Yourself a Scheme in 48 Hours (Jonathan Tang)
A comprehensive first course in Scheme, covering all of its major features: abstraction, functional programming, data types, recursion, and semantic programming. By the time you finish, you should be fairly fluent in both Haskell and Scheme.
-
The Scheme Programming Language, 4th Edition (R. Kent Dybvig)
This book provides an introduction to Scheme and a definitive reference for standard Scheme, presented in a clear and concise manner. It is witten for professionals and students with some prior programming experience.
-
Functional Programming in Scheme (Kurt Normark)
This is a book about functional programming in Scheme, which is a pragmatic choice of programming language in the functional programming paradigm, with unique flexibility due to the membership of the Lisp family of languages.
-
Simply Scheme: Introducing Computer Science, 2nd Edition
This book works hard to make the somewhat tricky ideas of Scheme accessible. It stresses small sections on key language features, from basic functions, variables, and onward to recursion and other functional programming concepts.
-
Concrete Abstractions: Computer Science using Scheme
This book covers the basics of programming and data structures, and gives first-time computer science students the opportunity to not only write programs, but to prove theorems and analyze algorithms as well.
-
Software Design for Flexibility using Scheme
This book describes techniques they have found effective--over their combined 100-plus years of programming experience--that will help programmers avoid programming themselves into corners.
-
Structure and Interpretation of Computer Programs in Scheme
This book has had a dramatic impact on computer science curricula over the past decade. This long-awaited revision contains changes throughout the text. Examples are implemented using the Scheme dialect of Lisp.
-
The Scheme Programming Language, 3rd Edition (R. Kent Dybvig)
This thoroughly updated edition of The Scheme Programming Language provides an introduction to Scheme and a definitive reference for standard Scheme, presented in a clear and concise manner.
-
The Scheme Programming Language, 2nd Edition (R. Kent Dybvig)
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.
-
Teach Yourself Scheme in Fixnum Days (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.
-
Logic Programming in Scheme (Nils M. Holm)
Questions answered in this little book: What is logic programming? Why is negation hard in logic programming? What is cutting? How do I solve logic puzzles? How is logic programming implemented?
-
An Introduction to Scheme and its Implementation (Paul R Wilson)
This book is for people who are interested in how Scheme works, or people who are interested in Scheme in terms of programming language design - as well as people who are just interested in using Scheme.
-
Schematics Scheme Cookbook (Anton van Straaten, et al)
This book is a collaborative effort to produce documentation and recipes for using Scheme for common tasks. The Scheme Cookbook's primary aim is show how common programming problems can be solved in Scheme via short programming recipes.
-
Scheme 9 from Empty Space: A Guide to Implementing Scheme in C
This is a very educational book for anyone interested in becoming more familiar with C or Scheme programming, language implementations, or just learning the in-and-outs of a moderately-sized code base.
:
|
|