CLIPS
Sign in to saveCLIPS (C Language Integrated Production System) is a public-domain software tool for building expert systems. The syntax and name were inspired by Charles Forgy's OPS5. The first versions of CLIPS were developed starting in 1985 at the NASA Johnson Space Center (as an alternative for existing system ART*Inference) until 1996, when the development group's responsibilities ceased to focus on expert system technology. The original name of the project was ''NASA's AI Language'' (NAIL).
Key facts
- Programming language.name
- CLIPS
- Programming language.paradigm
- object-oriented, expert system
- Programming language.developer
- NASA Johnson Space Center
- Programming language.latest release version
- 6.4.1
- Programming language.memory management
- garbage collected
- Programming language.programming language
- C
- Programming language.license
- public domain
- Programming language.influenced by
- OPS5
via Wikipedia infobox
Wikidata facts
- Official website
- clipsrules.net
Show 5 more facts
- Stack Exchange tag
- stackoverflow.com/tags/clips
- inception
- 1985-00-00
- software version identifier
- 6.4.1
- publication date
- 1985-00-00
- source code repository URL
- sourceforge.net/projects/clipsrules/files/CLIPS
Sources (7)
via Wikidata · CC0
~3 min read
Article
5 sectionsContents
- Facts and rules
- Descendants
- See also
- References
- External links
CLIPS (C Language Integrated Production System) is a public-domain software tool for building expert systems. The syntax and name were inspired by Charles Forgy's OPS5. The first versions of CLIPS were developed starting in 1985 at the NASA Johnson Space Center (as an alternative for existing system ART*Inference) until 1996, when the development group's responsibilities ceased to focus on expert system technology. The original name of the project was ''NASA's AI Language (NAIL).
As of 2005, CLIPS was probably the most widely used expert system tool. CLIPS is written in C, extensions can be written in C, and CLIPS can be called from C. Its syntax resembles that of the programming language Lisp.