FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title Concrete Abstractions: An Introduction to Computer Science Using Scheme
- Author(s) Max Hailperin, Barbara Kaiser, and Karl Knight
- Publisher: Course Technology; 1 edition (September 10, 1998), eBook (1999)
- Permission: Link to the Book's Homepage. "Out of print but available for free on the web"
- Paperback 670 pages
- eBook PDF (686 pages)
- Language: English
- ISBN-10: 0534952119
- ISBN-13: 978-0534952112
- Share This:
This text 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.
About the Authors- Max Hailperin holds SB and PhD degrees from MIT and Stanford, respectively. He is Professor of Computer Science and Chair of the Department of Mathematics and Computer Science at Gustavus Adolphus College, where he has taught since 1990. In 2002 he received the college's distinguished teaching award. He has published a previous textbook, Concrete Abstractions: An Introduction to Computer Science Using Scheme (co-authored with Barbara Kaiser and Karl Knight), as well as journal articles and conference papers.
- Scheme Programming Language
- Introduction to Computer Science
- LISP Programming Language
- Functional Programming
- Artificial Intelligence, Machine Learning, and Logic Programming
- Computer and Programming Languages
-
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.
-
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.
-
Purely Functional Data Structures (Chris Okasaki)
This book describes data structures from the point of view of functional languages, with examples, and presents design techniques that allow programmers to develop their own functional data structures. All source code is given in Standard ML and Haskell.
-
Object-Oriented vs. Functional Programming (R. Warburton)
This book discusses similarities between these programming paradigms and points out that both FP and OOP are actually moving closer toward one another. One prominent example is the use of lambda expressions in Java and other OOP languages.
:
|
|