TypedLambda / eresye

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 programming language. It allows to create multiple engines, each one with its own facts and rules to be processed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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 programming language. It allows to create multiple engines, each one with its own facts and rules to be processed.

License:Other


Languages

Language:Erlang 100.0%