Linked by David Adams on Thu 18th Aug 2005 04:58 UTC, submitted by Phil
Thread beginning with comment 19536
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
<p>And CLIPS uses a LISP syntax. Apperently they wanted to emplement a production system in LISP, but because of the cost of really good LISP tools (Allegro is expensive, but very good!) and because of the difficulty of integrating LISP code with other languages, they decited to write the production system in C, but apperently they kept the LISP syntax.</p>
<p>I bet if they were implementing this today, they wouldn't have nearly as many problems, as many LISP environments have better support for integrating with other languages today than in the past.</p>




Member since:
2005-07-06
CLIPS is not CLISP. CLIPS is (judging from its web site) a rule-based AI engine quite comparable to Prolog, but with extensions for procedural or object-oriented rules.