I'm using CLIPS (http://clipsrules.sourceforge.net/) for a university project, but I cannot run program directly from files, in this case I don't want to use the prompt to insert FACTS and RULES.
right now I'm doing this.
- I open CLIPS ... CLIPS> appear on prompt
- Load the file (load "FILE_PATH")
- All FACTS, Rules and defFacts were inserted
- Type (run) to let the program run and applies rules