From: Matta on
Brilliant!
Thanks a million, Ashok!

"APN" <palmtcl(a)yahoo.com> wrote in message
news:5d4cdef2-4ca2-4a3d-ae92-a196bc002f0c(a)w9g2000prb.googlegroups.com...
OK, I've uploaded all CLIPS-relates stuff to http://bit.ly/b3Fy42 (or
http://cid-26d42328345bf6dd.skydrive.live.com/browse.aspx/Public/CLIPS)

You'll need to sort through it to figure out the pieces you want.

/Ashok

On Mar 19, 6:13 pm, "Matta" <mtgsm...(a)hotmail.com> wrote:
> That'd be great! If you mean 6.2 of CLIPS, then there is no later version.
>
> Is it possible to load up some of those archives somewhere, please?
>
> "APN" <palm...(a)yahoo.com> wrote in message
>
> news:e295310c-9194-433d-994b-be202ff43c56(a)n39g2000prj.googlegroups.com...
> I have a bunch of archives from 2002 (I think v 6.2). If you can't
> find any newer versions and are interested, I can upload them to a
> public area.
>
> Let me know
>
> /Ashok
>
> On Mar 19, 12:06 am, "Matta" <mtgsm...(a)hotmail.com> wrote:
>
> > Anyone know of a "rules engine" or "expert system" that can be embedded
> > in
> > a
> > Tcl StarPack?
>
> > After some research I was hoping that CLIPS or FuzzyCLIPS was the
> > answer,
> > but no-one seems to know where the TclCLIPS extension is any more (the
> > links
> > to it are broken).
>
> > Has anyone every heard of any other rules engine or expert system, which
> > can
> > be driven by Tcl, and which can also be embedded and delivered with a
> > StarPack?
>
> > Cheers


From: Matta on
Soar now is written on a Java base.
I'm looking for something that is embeddable in a StarPack, i.e., that
assumes nothing about its environment (e.g. that a Java runtime is
installed) and can run wholly within its own executable. Thus Soar is not of
much use.

The rules I have are many. They will not change, but are yet all to be
determined. Once all determined, I should perhaps not really need a rules
engine, but during the long phase of determining and defining the rules, a
rules engine will facilitate the tuning of current and addition of new
rules.

<drscrypt(a)gmail.com> wrote in message news:ho04bp$fi4$1(a)speranza.aioe.org...
> Matta wrote:
>> Anyone know of a "rules engine" or "expert system" that can be embedded
>> in a Tcl StarPack?
>>
>> After some research I was hoping that CLIPS or FuzzyCLIPS was the answer,
>> but no-one seems to know where the TclCLIPS extension is any more (the
>> links to it are broken).
>
> There is also SOAR. I worked with both of these a long time ago. Soar
> also comes with Tcl bindings - by default if I recall. Here is the wiki
> page:
>
> http://winter.eecs.umich.edu/soarwiki/Main_Page
>
>
>
> What kind of rules do you have in mind? In most cases, you do not need
> the full capabilities of a rule based system.
>
>
> DrS
>