A simple Knowledge Based System built with CLIPS that gets the level of a developer given two pieces of information about them
- Clone the repo:
git clone https://github.com/wcyn/dev-levels
-
Run the CLIPS Program:
-
Load the
.CLP
file: i) Click on File -> Load, then browse to the directory with the cloned files.
ii) Click ondeveloper_level.CLP
file. Then click Open.
- Alternatively:
i) Ensure that CLIPS is running from the right directory by going to
Environment > Set Environment...
and choosing the project folder. ii) Run:
CLIPS> (load developer_level.CLP)
- On the CLIPS command line, type:
CLIPS> (run)