Page 1 of 1

CLIPS programming language

Posted: 17 Sep 2018, 17:59
by burque505
Hello all,
I've recently become interested in CLIPS, which is supposedly the most widely used expert-system language. There is a DotNet wrapper for it. I've built several sample projects, there's an animated GIF below.

I've had some preliminary success running it from AHK, although I've been frustrated by trying to get variables back out from the CLIPS program run by the CLR object (passing variables to it is no problem).
Has anyone had any experience with CLIPS they'd care to share?

Thanks in advance,
burque505
WineForms.gif
(177.77 KiB) Downloaded 72 times

Re: CLIPS programming language

Posted: 07 Nov 2018, 13:42
by Chunjee
Never heard of these "expert-system"s before. Cool.

Couldn't download the animated GIF for some reason.

Re: CLIPS programming language

Posted: 07 Nov 2018, 18:39
by burque505
I think the forum change wiped it out. Here it is again:
WineForms.gif
WineForms.gif (177.77 KiB) Viewed 7502 times

Re: CLIPS programming language

Posted: 12 Mar 2020, 06:20
by SOTE
Alma Dely wrote:
12 Mar 2020, 05:30
Don`t you think that Clips programming language is dead?
People should not be so quick to think of a programming language as dead. I will see and hear people say Basic, Pascal, or C is dead. Often this is fad chasing and company propaganda. Like Microsoft wants you to believe C, C++, Pascal/Delphi, and Java died because they are pushing C#. Sun/Oracle played the same game with Java, as if other programming languages were going to cease to exist. But, what happens is that new dialects of those old programming languages pop up or they go "quiet" for a while and then become popular again. Basic has so many new dialects and is still going strong. Pascal became Object Pascal. C/C++ still going strong as well, with many languages having similar syntax (Objective-C, Swift, Java, JavaScript, C#, Rust...). So even if it died (and yes some languages do), a lot of the syntax and concepts would live on in other descendant/similar languages.

As for CLIPS... You might want to check out SourceForge or GitHub.

https://sourceforge.net/projects/clipsrules/files/CLIPS/
(latest version released just over 3 months ago)

https://github.com/topics/clips?o=asc&s=stars
(a lot of activity on GitHub)