𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

An Introduction to Programming in Prolog

✍ Scribed by Patrick Saint-Dizier (auth.)


Publisher
Springer-Verlag New York
Year
1990
Tongue
English
Leaves
194
Edition
1
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


This book is an introduction to Prolog (Β£rQgramming in ~ic). It presents the basic foundations of Prolog and basic and fundamental programming methods. This book is written for programmers familiar with other programming languages, as well as for novices in computer science, willing to have an original introduction to programming. The approach adopted in this book is thus based on methodological elements together with some pragmatic aspects. The book is composed of two parts. In the fIrst part the major aspects of programming in Prolog are presented step by step. Each new aspect is illustrated by short examples and exercises. The second part is composed of more developed examples, which are often games, that illustrate major aspects of artifIcial intelligence. More advanced books are given in the bibliography and will allow the reader to deepen his or her know ledge of Prolog. Prolog was first designed in France at OJ.A., Marseille, with a specific syntax. We have adopted here a more common notation, defIned at Edinburgh, which tends to be an implicit norm. At the end of each chapter of the fIrst part, there are exercises that the reader is invited to do and to test on his or her machine. Complete answers are given in Appendix A, at the end of the book.

✦ Table of Contents


Front Matter....Pages i-xi
Representing Facts in Prolog....Pages 1-9
Querying the Fact Base....Pages 10-19
Expressing Rules....Pages 20-28
Syntax of Prolog. The Unification Mechanism....Pages 29-36
Arithmetic Operations....Pages 37-42
Procedures....Pages 43-48
Recursion....Pages 49-57
Structure and Management of Control....Pages 58-74
Lists....Pages 75-86
Predefined Predicates....Pages 87-95
Some Programming Advice....Pages 96-102
Formal Aspects of Programming in Logic....Pages 103-113
Playing with Words....Pages 114-124
Deductive Databases....Pages 125-139
An Expert System about Animals....Pages 140-147
Count It Out....Pages 148-153
The Automatic Analysis of Natural Language....Pages 154-168
Back Matter....Pages 169-184

✦ Subjects


Artificial Intelligence (incl. Robotics); Programming Languages, Compilers, Interpreters; Programming Techniques


πŸ“œ SIMILAR VOLUMES


An Introduction to Logic Programming Thr
✍ J. M. Spivey, Michael Spivey πŸ“‚ Library πŸ“… 2002 πŸ› PH 🌐 English

Using theory as a foundation for practical programming, this text presents the theory of logic programming with clear proofs, extended examples, and implementation techniques. It covers logical theory, practical programming, and the structure of a simple Prolog implementation.

An Introduction to Logic Programming Thr
✍ Spivey J.M. πŸ“‚ Library πŸ“… 2008 πŸ› Prentice Hall 🌐 English

This is one of the few texts that combines three essential theses in the study of logic programming: the logic that gives logic programs their unique character: the practice of programming effectively using the logic; and the efficient implementation of logic programming on computers. The book begin