CLIPS programming language

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: CLIPS programming language

Re: CLIPS programming language

Post by SOTE » 12 Mar 2020, 06:20

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)

Re: CLIPS programming language

Post by burque505 » 07 Nov 2018, 18:39

I think the forum change wiped it out. Here it is again:
WineForms.gif
WineForms.gif (177.77 KiB) Viewed 7410 times

Re: CLIPS programming language

Post by Chunjee » 07 Nov 2018, 13:42

Never heard of these "expert-system"s before. Cool.

Couldn't download the animated GIF for some reason.

CLIPS programming language

Post by burque505 » 17 Sep 2018, 17:59

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

Top