Prolog is a logic programming language. It has important role in artificial intelligence. Unlike many other programming languages, Prolog is intended primarily as a declarative programming language. In prolog, logic is expressed as relations (called as Facts and Rules). Core heart of prolog lies at the logic being applied. Formulation or Computation is carried out by running a query over these relations.
- Database Retrieval
- Natural Language Understanding
- Specification Language
- Machine Learning
- Robot Planning
- Automation System
- Problem Solving
Download the Prolog files by click on “Download zip” OR “Clone” it in your system.
Or Download Zip Directly from here https://github.com/lifaet/Prolog-Binary/archive/refs/heads/main.zip
https://www.dosbox.com/download.php?main=1
- Download Prolog Binary and unzip it to C:\Prolog directory.
- Download DOSBox and install it.
- Open DOSBox and Enter the following Command.
- Mount Prolog Directory
MOUNT c "C:\Prolog"
- Select Prolog Directory
c:
- Initialize Prolog
PROLOG.EXE