home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / lisp / 2864 < prev    next >
Encoding:
Text File  |  1992-11-12  |  1.4 KB  |  34 lines

  1. Newsgroups: comp.lang.lisp
  2. Path: sparky!uunet!stanford.edu!ames!elroy.jpl.nasa.gov!grian!liz
  3. From: liz@grian.cps.altadena.ca.us (Liz Allen)
  4. Subject: Re: forward-chaining, Rete-type, OPS5-like packages available ?
  5. Message-ID: <1992Nov13.004950.24955@grian.cps.altadena.ca.us>
  6. Summary: check out YAPS
  7. Organization: College Park Software, Altadena, CA
  8. References: <2161@sousa.ltn.dec.com>
  9. Date: Fri, 13 Nov 1992 00:49:50 GMT
  10. Lines: 22
  11.  
  12. secrist@kxovax.enet.dec.com (Strong datatypes for weak minds.) writes:
  13.  
  14. >    Has there been a summary or news conference of forward-chaining,
  15. >    Rete-type, OPS5-like packages that are available in LISP ?
  16.  
  17. >    Something like Forgy's OPS5, only simpler and/or in Scheme ?
  18.  
  19. You might want to check out YAPS, a production rule language we sell
  20. which provides rule-based programming.  The syntax is simpler than
  21. OPS5, but YAPS is more powerful in that it provides the YAPS-KB class
  22. which you can include in your CLOS classes.  Then instances of your
  23. classes have their own knowledge bases (facts and rules) attached to
  24. them.  So, you associate with each objects the rules and facts that
  25. pertain to that object.  This turns out to be a good way to modularize
  26. your rules.
  27.  
  28. If you're interested in YAPS, send me your address, and I'll send you
  29. literature.
  30. -- 
  31.         - Liz Allen    liz@grian.cps.altadena.ca.us
  32.                 ames!elroy!grian!liz
  33. "God is light; in him there is no darkness at all." -- 1 John 1:5b
  34.