FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title: Functional Programming in Scheme: With Web Programming Examples
- Author(s) Kurt Normark
- Publisher: Aalborg University
- Paperback: N/A
- eBook: HTML and PDF (219 pages)
- Language: English
- ISBN-10: N/A
- ISBN-13: N/A
- Share This:
This is a teaching material about functional programming in Scheme. The current version of the material is a 2nd edition. Scheme 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. Furthermore, Scheme is both very powerful and rather small compared to other Lisp languages.
Although the primary goal is to teach students to program in Scheme, this will be suitable for anyone taking a general programming principles course.
This book is unusual amongst books on functional programming in that it is primarily directed towards the concepts of functional programming, rather than their realization in a specific programming language.
About the Authors- N/A
-
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.
-
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.
-
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.
:
|
|