jwb@CIVE.RI.CMU.EDU (John Baugh) (03/25/88)
Does anyone know how of a version of YAPS (Yet Another Production System) that runs in Common Lisp (and how I might obtain it)? Failing that, what I'd like to find is: a production system written in Common Lisp that: - is similar to YAPS in expressiveness (i.e., allows testing of arbitrary lisp expressions on the LHS, and lisp code on the RHS) - has an efficient pattern matcher (like Rete) - has a reasonable conflict resolution strategy (like OPS or YAPS) - has some modularity (i.e., localized rule-sets) - is, of course, public domain Thanks in advance, John Baugh (jwb@cive.ri.cmu.edu) Carnegie Mellon University