swiplserver

swiplserver integrates SWI Prolog with Python.


License
MIT
Install
pip install swiplserver==1.0.2

Documentation

SWI Prolog Machine Query Interface and Python Integration

This package provides the library mqi.pl that enables embedding SWI Prolog into just about any programming language (Python, Go, C#, etc) in a straightforward way. It is designed for scenarios that need to use SWI Prolog as a local implementation detail of another language. Think of it as running SWI Prolog "like a library". It can support any programming language that can launch processes, read their STDOUT pipe, and send and receive JSON over TCP/IP.

A Python 3.x library that uses the MQI to integrate Python with SWI Prolog is included with SWI Prolog. It is called swiplserver and is described in ./python/README.md.

Developers are encouraged to use the SWI Prolog MQI to integrate SWI Prolog with other languages, just as the swiplserver library does for Python. The MQI code is available in this repository at: /mqi.pl Read more in:

Questions or comments about the MQI or the swiplserver Python library should be posted to the SWI Prolog Discourse Group.