expert-systems icon indicating copy to clipboard operation
expert-systems copied to clipboard

A basic expert system, written in Prolog, that suggests what programming language one should learn first.

expert-systems

A basic expert system, written in Prolog, that suggests what programming language one should learn first.

The system is based on the this infographic.

Instalation

In order to run this Prolog program you need to have...Prolog installed:

  • on Mac:

    brew install swi-prolog
    

Then, just clone this repo and you're good to go!

Running

Start a Prolog console loaded with main.pl:

swi-prolog -f main.pl

Then follow the on-screen instructions. Enjoy!