Skip to content

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

Notifications You must be signed in to change notification settings

Taybou/expert-systems

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Prolog 100.0%