Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When people talk about functional programming books, the "classics' of Structure and Interpretation of Computer Programs, The Little Schemer, etc. inevitably enter the conversation.

What are the equivalent logic programming books out there?

Edit: I'm not really looking for books specific to learning a particular logic language like Prolog; SICP and The Little Schemer might use Scheme to illustrate concepts, but they are not books on learning Scheme per se, but rather books about functional programming. Likewise, I'd prefer books whose goal is not to simply teach Prolog syntax, but to teach about logic and logic programming in general. That's not to say the book can't use Prolog to illustrate points.

share|improve this question

closed as not constructive by Bill the Lizard Sep 28 '11 at 11:31

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

up vote 5 down vote accepted

An Introduction to Logic Programming through Prolog

Not sure if it is a classic but it is available for free from the author's page.

pdf

Table of contents (first five chapters) 1 Introduction 1.1 Introducing logic programming 2 Programming with relations 3 Recursive structures 3.1 Lists 3.2 Deriving facts about append 3.3 More relations on lists 3.4 Binary trees 4 The meaning of logic programs 4.1 Syntax 4.2 Truth tables 4.3 Adding functions and variables 4.4 Substitutions 5 Inference rules 5.1 Substitution and ground resolution 5.2 Refutation 5.3 Completeness

share|improve this answer
Really nice to see a free book being offered. I'm definitely going to be taking a look at it, thanks! – rcampbell Jul 4 '09 at 13:39

See also this question.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.