Lisp-based Intelligent Software Agents
{{Multiple issues|
{{one source|date=July 2010}}
{{technical|date=July 2010}}
}}
The Lisa project is a platform for the development of Lisp-based Intelligent Software Agents. Lisa is a production-rule system implemented in the Common Lisp Object System (CLOS), and is heavily influenced by CLIPS and the Java Expert System Shell (JESS).
At its core is a reasoning engine based on an object-oriented implementation of the Rete algorithm, a very efficient mechanism for solving the difficult many-to-many matching problem.{{cite journal |last=Forgy |first=Charles L. |title=Rete: A Fast Algorithm for the Many Pattern/Many Object Pattern Match Problem |journal=Artificial Intelligence |volume=19 |year=1982 |pages=17–37 |doi=10.1016/0004-3702(82)90020-0}}
Intrinsic to Lisa is the ability to reason over CLOS objects without imposing special class hierarchy requirements; thus it should be possible to easily augment existing CLOS applications with reasoning capabilities. As Lisa is an extension to Common Lisp, the full power of the Lisp environment is always available. Lisa-enabled applications should run on any ANSI-compliant Common Lisp platform.
External links
- [http://lisa.sourceforge.net/ Web page of LISA project]
- [http://lisa.sourceforge.net/ref-guide.html Reference Guide]
- [http://sourceforge.net/projects/lisa/ Sourceforge Page]
References
{{reflist}}