views:

81

answers:

1

Hey Stack Overflowers, I have been looking at using CLIPS as an expert system for a simulator i am working on, and so i had a look at clipsmm. The only problem is that their sourceforge page has broken links and private forums. I was just curious if anyone has had experience with clipsmm (i have learnt how to use CLIPS as a stand alone already), and i just need a little help getting the c++ wrapper working. Any help that someone could give me would be great. Thanks -Craig

(sorry can't make custom tags for this so had to use generic ones)

A: 

Well, I don't have direct experience, but I happen to have been the original author of a very similar set of wrappers for Ada.

I developed what I needed for a school project, and released it to the Public Domain in hopes that somebody else could build on it or find it useful. Some folks have used it, but not enough to support a full-fledged project. It looks like the userbase in the C++ realm isn't a lot better.

My suggestion to you would be to accquaint yourself with how your C++ compiler handles C bindings, download what code you can find, and dive right into it. You aren't likely to find a lot of very experienced help in a small niche like this.

If I'm wrong, I'm happy for you.

T.E.D.