Turbo Prolog: The Natural Language of Artificial Intelligence
Turbo Prolog is a fifth-generation computer language that takes programming into a new dimension. Because of its natural, logical approach, both people new to programming and professional programmers can build powerful applications -- such as expert systems, customized knowledge bases, natural language interfaces, and smart information management systems. Turbo Prolog is a declarative language. This means that, given the necessary factsand rules, it can use deductive reasoning to solve programming problems. by contrast, Pascal, BASIC and other traditional computer languages are procedural, the programmer must provide step-by-step procedures telling the computer how to solve problems. The Prolog programmer need only supply a description of the problem (the goal) and the ground rules for solving it, and the Prolog system will determine how to go about a solution.
Link: Click Here!
No comments