aboutsummaryrefslogtreecommitdiff
path: root/development/clips/README
diff options
context:
space:
mode:
authorWilliam PC <w_calandrini@hotmail.com>2022-12-08 22:17:40 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-10 07:43:12 +0700
commit75843670d0cfa2526f078f2861d74b668894d014 (patch)
tree9f708d85f109ed9d7ef020cbc1071049ab41a2ad /development/clips/README
parent9e435c596a3fc2037c2f06727c49d3a384119820 (diff)
development/clips: Added (C Language Integrated Production System)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/clips/README')
-rw-r--r--development/clips/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/clips/README b/development/clips/README
new file mode 100644
index 0000000000..3857bed92d
--- /dev/null
+++ b/development/clips/README
@@ -0,0 +1,7 @@
+ Developed at NASAs Johnson Space Center from 1985 to 1996, the C
+Language Integrated Production System (CLIPS) is a rules-based
+programming language useful for creating expert systems and other
+programs where a heuristic solution is easier to implement and
+maintain than an algorithmic solution. Written in C for portability,
+CLIPS can be installed and used on a wide variety of platforms.
+Since 1996, CLIPS has been available as public domain software.