README for CLIPS ---------------- The clips-common package for Debian provides some examples of expert system to play with. These have been downloaded from the sourceforge page at https://sourceforge.net/projects/clipsrules/files/CLIPS/ The examples are available under /usr/share/doc/clips-common/examples after the 'clips-common' package is installed. Here you have sample session that shows you how to load one example: (Note: some examples might be compressed so you'll need to uncompress them before loading the file into clips) ---------------------------------------------------------------- $ clips CLIPS (V6.10 07/01/98) CLIPS> (load "/usr/share/doc/clips-common/examples/wordgame.clp") Defining defrule: startup +j Defining defrule: generate-combinations +j+j Defining defrule: find-solution +j+j+j+j+j+j+j+j+j+j TRUE CLIPS> (reset) CLIPS> (run) The problem is (program output omitted) = 723970 CLIPS> (exit) $ ---------------------------------------------------------------- If you want to provide some of your own CLIPS programming examples please send them to the package maintainer or submit them as 'wishlist' bugs (to submit bugs use 'reportbug' or 'bug' in any Debian system). Only examples which use a free software license (e.g. GPL) will be included in the Debian package. For more information on Expert System shells (including CLIPS) read http://www.faqs.org/faqs/ai-faq/expert/part1/ and https://en.wikipedia.org/wiki/Expert_system Have fun! --- Javier Fernández-Sanguino Peña , Tue, 17 Oct 2017 01:30:58 +0200