User loginNavigation |
PyCLIPS - expert systems shell in PythonPyCLIPS embeds the CLIPS "expert systems shell" in Python. It appears to be a set of Python wrappers for the CLIPS C modules themselves, rather than a complete reimplementation in Python. In fact, the CLIPS engine runs in its own memory space and allocates its own objects. However, the integration with the engine is extensive enough to be of interest here, because some of the challenges it poses are similar to those involved in embedding one language in another (e.g. finding a good fit between Python syntax and the protocol used to communicate with the engine). More details can be found in the manual, downloadable from the project's sourceforge site. By Dominic Fox at 2004-07-21 16:33 | LtU Forum | previous forum topic | next forum topic | other blogs | 18408 reads
|
Browse archives
Active forum topics |
Recent comments
2 days 14 min ago
2 days 31 min ago
2 days 32 min ago
3 weeks 2 days ago
4 weeks 1 day ago
4 weeks 1 day ago
4 weeks 2 days ago
4 weeks 2 days ago
4 weeks 2 days ago
4 weeks 5 days ago