Skip to content

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

Notifications You must be signed in to change notification settings

wcyn/dev-levels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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) 

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages