Re: decision support systems
Thomas Russ <[email protected]> Wed, 4 Feb 2004 11:44:04 -0800
| Newsgroups | gmane.lisp.cl-http |
|---|---|
| Message-ID | <[email protected]> |
On Feb 2, 2004, at 4:07 AM, Andrzej Ritz wrote: > Does anyone know of any decision support systems, such as expert > system shells, that have been integrated into the server? What do you mean by "integrated into the server"? At the simplest level this is trivial, since all you need to do is load the Lisp expert system shell of your choice into the server and then it is "integrated." You would still need to hook up any external web interfaces, such as forms, with that shell to get any results, but that would be true of any other server with a rule engine.