View/Download
The course for which these notes are designed is intended for undergraduate students who have some programming experience and may even have written a few programs in Prolog. This book aims at making readers
* familiar with the basic syntax of the language
* able to give a declarative reading for many Prolog programs
* able to give a corresponding procedural reading
* able to apply the fundamental programming techniques
* familiar with the idea of program as data
* able to use the facilities provided by a standard trace package to debug programs
* familiar with the fundamental ideas of the predicate calculus
* familiar with the fundamental ideas specific to how Prolog worksAdded by clownfish on 2007-01-29 08:21:09
View/Download