CLIPS
public domain software tool for building expert systems
Created Year: 1985Developed by: Lyndon B. Johnson Space Center
Implemented in: C
Named after: OPS5
Wikidata: Q165372
Programming paradigms: object-oriented programming
Language types: object-based language • rule-based language
CLIPS Influence Network
Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.
Hello World in CLIPS
(defrule hw
(f ?x)
=>
(printout t ?x crlf))
(assert (f "Hello World"))
(run)
Source: github.com/leachim6/hello-world
Search on GitHub
Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
---|
Latest data update: 2025-08-14