eresye
eresye copied to clipboard
This is a clone of the Sourceforge project repository of the same name. ERESYE means ERlang Expert SYstem Engine. It is a library to write expert systems and rule processing engines using the Erlang p...
This is ERESYE relase 1.2.5.
Directories contain the following material:
doc/ --> some papers on ERESYE architecture and usage src/ --> ERESYE source code ebin/ --> ERESYE beam files include/ --> ERESYE include files examples/ --> Some examples
If you want to run examples, go to "examples" and don't forget to run the emulator by adding "../ebin" in the Erlang path, i.e.:
$ erl -pa ../ebin