PySWIP 0.2.2 (Default branch) |
|
|
PySWIP is a Python/SWI-Prolog bridge that enables you to query in prolog
using SWI-Prolog in your Python programs. It includes both a SWI-Prolog
foreign language interface and a utility class that makes it easy to
query with SWI-Python. Since it uses SWI-Prolog as a shared library and
ctypes to access it, it doesn't require compilation to be installed.
License: GNU General Public License (GPL)
Changes:
PySWIP won't rely on the (id of the) functor
handle of "=/2". A patch to allow PySWIP to work
on Mac OS X was incorporated.
|