Coder Social home page Coder Social logo

prolog-binary's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.