Skip to content

lifaet/Prolog-Binary

Repository files navigation

Introduction

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.

Some Applications of Prolog

  • Database Retrieval
  • Natural Language Understanding
  • Specification Language
  • Machine Learning
  • Robot Planning
  • Automation System
  • Problem Solving

Download

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

DOSBox Download Link

https://www.dosbox.com/download.php?main=1

Installation

  1. Download Prolog Binary and unzip it to C:\Prolog directory.
  2. Download DOSBox and install it.
  3. Open DOSBox and Enter the following Command.
  4. Mount Prolog Directory
MOUNT c "C:\Prolog"
  1. Select Prolog Directory
c:
  1. Initialize Prolog
PROLOG.EXE

Releases

No releases published

Packages

No packages published

Languages