November 2017
Beginner
316 pages
6h 40m
English
The logical programming paradigm, also referred to as the rule-based paradigm, is based on predicate logic. It is a declarative approach to solving a problem and focuses on relations. Prolog is well suited to logical programming.
This paradigm is well suited to being applied to fields where we are dealing with different facts and the relationships among them. The program handles the data and creates a combination of rules, which gives us a valid logical expression.
Such a program can be divided into three sections:
Read now
Unlock full access