https://github.com/nilqed/xsiTM
XSI/CLIPS/COOL TeXmacs plugin
https://github.com/nilqed/xsiTM
clipsrules expert-system-shell texmacs-plugin
Last synced: about 1 year ago
JSON representation
XSI/CLIPS/COOL TeXmacs plugin
- Host: GitHub
- URL: https://github.com/nilqed/xsiTM
- Owner: nilqed
- License: mit
- Created: 2018-08-31T19:05:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T11:17:55.000Z (over 1 year ago)
- Last Synced: 2025-03-23T01:28:43.767Z (about 1 year ago)
- Topics: clipsrules, expert-system-shell, texmacs-plugin
- Language: C
- Homepage:
- Size: 1.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
==================================
xsiTM -- clips/cool TeXmacs plugin
==================================
Build
-----
$ cd tmc
$ edit setup.h if not on Linux !
$ make
$ cp tmclips ../xsi/progs
Plugin installation
-------------------
Copy the 'xsi' folder to the TeXmacs plugin folder (local/global) and edit the file
'progs/init-xsi.scm' to set the path to the executable 'tmclips' (line 26 ff.) if
not in global path.
(plugin-configure xsi
(:require #t)
(:launch "path/tmclips")
;(:test-input-done #t)
(:serializer ,xsi-serialize)
(:session "XSI"))
Notes:
-- based on CLIPS 6.30 (withtout *theEnv).
-- later versions are not compatible for the moment because 'DefineFunction' is deprecated,
however, it is sufficient for a TeXmacs plugin anyway.
-- One has to adjust setup.h for '(system ...) to work, that is specify the OS instead of 'GENERiC'.