Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.54 KB

prologImplementationsEvaluation.md

File metadata and controls

17 lines (12 loc) · 1.54 KB

Evaluation of Prolog implementations and development environments

The following ones were evaluated for use in this project:

  • SWI-Prolog Choosen. It can link Prolog predicates to an SQL database, Java and Python. It can work on both Windows and Linux-based systems. It can be used to create Web Applications
  • Prolog Development Tool - PDT Choosen It has a console to execute any predicate while working on a prolog script. This is better than the support provided by Intellij IDEA with the Logtalk plugin.

Table with all implementations of Prolog

Discarded