Tuesday, January 20, 2009

The Craft of Prolog (Logic Programming)

The Craft of Prolog (Logic Programming)
The Craft of Prolog (Logic Programming)
Title: The Craft of Prolog (Logic Programming)
Authors: Richard O'Keefe
Editorial: The MIT Press
Buy this book in

Hacking your program is no substitute for understanding your problem. Prolog is different, but not that different. Elegance is not optional. These are the themes that unify Richard O'Keefe's very personal statement on how Prolog programs should be written. The emphasis in The Craft of Prolog is on using Prolog effectively. It presents a loose collection of topics that build on and elaborate concepts learned in a first course. These may be read in any order following the first chapter, "Basic Topics in Prolog," which provides a basis for the rest of the material in the book.

Contents: Basic Topics in Prolog. Searching. Where Does the Space Go? Methods of Programming. Data Structure Design. Sequences. Writing Interpreters. Some Notes on Grammar Rules. Prolog Macros. Writing Tokenisers in Prolog. All Solutions.