Programming in Prolog /

Main Author: Clocksin, W. F. 1955-
Other Authors: Mellish, C. S.
Format: Book
Language:English
Published: Berlin ; New York : Springer-Verlag, c1994.
Edition:4th ed.
Subjects:
Table of Contents:
  • Ch. 1. Gives the student a "feel" for what it is like to program inProlog. Introduces objects, relationships, facts, rules, variables
  • Ch. 2. More detailed presentation of Prolog syntax and data structures
  • Ch. 3. Representing objects and relationships by using "trees" and"lists". Developing several standard Prolog programming techniques
  • Ch. 4. How a set of clauses generates a set of solutions. Using "cut"to modify the control sequence of running Prolog programs
  • Ch. 5.Facilities available for the input and output of characters andstructures. Developing a program to read sentences from the user andrepresent the sentence as a list of words, which can be used with theGrammar Rules of Chapter 9
  • Ch. 6. Definition of the "core" built-inpredicates, with sensible examples of how each one is used. By thispoint, the reader should be able to read reasonably complex programs,and should therefore be able to absorb the built-in predicates byseeing them in use.