Jump to ratings and reviews
Rate this book

Logic Programming with Prolog

Rate this book
Logic Programming is the name given to a distinctive style of programming, very different from that of conventional programming languages such as C++ and Java. Fans of Logic Programming would say that 'different' means clearer, simpler and generally better! Although there are other Logic Programming languages, by far the most widely used is Prolog. The name stands for Programming in Logic. This book teaches the techniques of Logic Programming through the Prolog language. Prolog is based on research by computer scientists in Europe in the 1960s and 1970s, notably at the Universities of Marseilles, London and Edinburgh. The first implementation was at the University of Marseilles in the early 1970s. Further development at the University of Edinburgh led to a de facto standard version, now known as Edinburgh Prolog. Prolog has been widely used for developing complex applications, especially in the field of Artificial Intelligence. Although it is a general-purpose language, its main strengths are for symbolic rather than for numerical computation. The developers of the language were researchers working on automating mathematical theorem proving. This field is often known as computational logic. But if you are not a Computer Scientist, a logician or a mathematician do not let this deter you! This book is aimed at the 99. 9% of the population who are none of these. Those who are, already have a number of excellent textbooks from which to choose.

Kindle Edition

First published July 13, 2005

10 people are currently reading
27 people want to read

About the author

Max Bramer

69 books1 follower

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
4 (18%)
4 stars
7 (31%)
3 stars
10 (45%)
2 stars
0 (0%)
1 star
1 (4%)
Displaying 1 - 2 of 2 reviews
Profile Image for Mike Harris.
240 reviews4 followers
June 7, 2022
Good introduction to Prolog. The title did lead me to believe that the book would cover how to do logic proofs with Prolog which it does not cover but it does teach you the basics of using Prolog and how to solve programming problems with it. I really like the way that loops and recursion are presented, along with how evaluations are handled (spoiler only is/2 can be used to evaluate).
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.