Hello all,
New version 5.2.1 of rete4frames CLIPS-like expert system shell published
on https://github.com/rururu/rete4frames.
News:
1. Fixed nasty bug preventing matching of a variable slot in a pattern with
an undefined slot in a fact.
2. Performance improvement by factor 2.
3. Corrected an
Hello kovasb,
I recommend you to have a quick look on this 3 pages:
1. http://en.wikipedia.org/wiki/CLIPS
2. http://en.wikipedia.org/wiki/Expert_system
3. http://clipsrules.sourceforge.net/
Rete4frames allows to embed this functionallity into Clojure programs.
Hope this helps.
Sincerely,
Ru
This looks like a cool project.
One comment: I don't know what CLIPS or frames are (I've heard of rete
once or twice), so its hard for me to understand what rete4frames is
or what problem it might solve for me. Might be help to have some very
basic explanation of the use cases / advantages of this
OK, I understand now - will report bugs if I find any, am at a newbie level
now. I was confused whether it's an Alpha release, because the subject
didn't mention that.
Shantanu
On Monday, 13 October 2014 17:46:30 UTC+5:30, ru wrote:
>
> Hi Shantanu,
>
> 1. I am waiting for bug reports from you,
Hi Shantanu,
1. I am waiting for bug reports from you, guys :)
2. Does this create some problems?
-- ru
суббота, 11 октября 2014 г., 20:59:43 UTC+4 пользователь ru написал:
>
> Hello all,
>
> New version 5.2.0 of rete4frames CLIPS-like expert system shell published
> on https://github.com/ruru
Hi Ru,
Congrat's on the release.
I wonder why did you choose to release the new version as "5.2.0-SNAPSHOT"
instead of "5.2.0".
Shantanu
On Saturday, 11 October 2014 22:29:43 UTC+5:30, ru wrote:
>
> Hello all,
>
> New version 5.2.0 of rete4frames CLIPS-like expert system shell published
> on
Hello all,
New version 5.2.0 of rete4frames CLIPS-like expert system shell published
on https://github.com/rururu/rete4frames.
News:
1. Tests can be used in negative condition
2. Because of this CLIPS examples reducted to canonical form
3. Several bug fixes including logical
4. Lot of code opti