Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 772 Bytes

File metadata and controls

25 lines (21 loc) · 772 Bytes

Dev Levels

A simple Knowledge Based System built with CLIPS that gets the level of a developer given two pieces of information about them

How to run this program

  1. Clone the repo:
git clone https://github.com/wcyn/dev-levels
  1. Run the CLIPS Program:

  2. Load the .CLP file:  i) Click on File -> Load, then browse to the directory with the cloned files.
     ii) Click on developer_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)
  1. On the CLIPS command line, type:
CLIPS> (run)