Does anyone have experience with Clipsmm?

I am considering using CLIPS as an expert system for the simulator I am working on and so I looked at the clips. The only issue is that the sourceforge page has broken links and private forums. I was curious if anyone has any experience with clips (I've already learned to use CLIPS as a standalone one) and I just need a little help with the C ++ wrapper. Any help someone could give me would be great. thanks to -Craig

(sorry you cannot create custom tags for this, so you had to use generic ones)

+3


source to share


2 answers


Well, I have no direct experience, but I was the first author of a very similar set of wrappers for Ada .

I developed what I needed for a school project and released it into the public domain in the hopes that someone else might be able to use it or find it useful. Some people have used it, but not enough to support a full-fledged project. It looks like the C ++ user base isn't much better.



I suggest you familiarize yourself with how your C ++ compiler handles C bindings, download what you can find, and dive right into it. You are unlikely to find much very experienced help in a niche as small as this.

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

+1


source


mm is minus minus, the standard trope for C ++ 's roots (like c itself). This, on the one hand, is in cognitive dissonance with its inability to be just standard C ++ without external dependencies, and on the other hand, is consistent with its use of glibmm. It's empty and these dependencies are a major problem, but I don't know any better for CLIPS encapsulation in C ++.



+2


source







All Articles