Jump to ratings and reviews
Rate this book

The Functional Approach to Programming

Rate this book
A programming course should concentrate on a program's logical structure and design rather than on simply writing code. The functional approach to programming achieves this aim because logical concepts are evident and programs are transparent, and so can be written quickly and cleanly. In this book, the authors emphasize the notions of function and relate programming to familiar concepts from mathematics and logic. They introduce functional programming via examples but also explain what programs compute and how to reason about them. They show how the ideas can be implemented in the Caml language, a dialect of the ML family, and give examples of how complex programs from a variety of areas (such as arithmetic, tree algorithms, graph algorithms, text parsing and geometry) can be developed in close agreement with their specifications. Many exercises and examples are included throughout the book; solutions are also available. An appendix gives all the code used in the book in Standard ML.

460 pages, Paperback

First published October 29, 1998

6 people are currently reading
46 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
2 (14%)
4 stars
7 (50%)
3 stars
3 (21%)
2 stars
2 (14%)
1 star
0 (0%)
Displaying 1 - 2 of 2 reviews
Profile Image for Zhi Han.
74 reviews14 followers
July 10, 2014
This is a great book on Caml (actually caml light, not OCaml). Given the fact that there are very few English books on OCaml, this is perhaps the best among all OCaml books.

This book is written in the same spirit of SICP. It starts from scratch and build up to the meta-circular evaluator. There are things missing intentionally, such as Object Oriented programming. It also have a great exposition of compiling, type synthesis and code generation of Caml light.

I think the English translation was not done properly in the last few chapters.
Profile Image for Thomas.
Author 1 book60 followers
Want to read
January 22, 2012
This was recommended by a good friends who's opinion matters greatly to me. Looking forward to finding a reasonably priced copy at some point.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.