FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title: Write Yourself a Scheme in 48 Hours
- Author(s) Jonathan Tang
- Publisher: Wikibook (2007 - Date)
- Hardcover/Paperback: N/A
- eBook: HTML and PDF
- Language: English
- ISBN-10: N/A
- ISBN-13: N/A
- Share This:
A comprehensive first course in Scheme, covering all of its major features: abstraction, functional programming, data types, recursion, and semantic programming.
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, dynamic typing, error handling, and parsing features. By the time you finish, you should be fairly fluent in both Haskell and Scheme.
About the Authors- N/A
- Scheme Programming Language
- LISP Programming Language
- Functional Programming
- Artificial Intelligence, Machine Learning, and Logic Programming
- Prolog Programming
- Computer and Programming Languages
-
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.
-
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.
-
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.
:
|
|