I am developing a project using CLIPS, the rules based system. I need to develop a good GUI as well for my project. Which language can be inte开发者_如何学编程grated with CLIPS? Can .NET be intergrated? Please suggest the languages which can be intergrated with the CLIPS engine.
CLIPS provides a library in C that can be used by any language that can work with C libraries.
In the FAQ page of CLIPS there is this: http://clipsrules.sourceforge.net/FAQ.html#Q8
The Clips .NET Lib integrates .NET and CLIPS. This library is distributed with source code.
I've created some examples which demonstrate how to integrate a .NET Common Language Runtime wrapper around the native CLIPS code with Windows Forms and Windows Presentation Foundation projects. Information is available here: http://clipsrules.sourceforge.net/CLIPSNETBeta.html
精彩评论