Pylog
Pylog is an interface to SWI Prolog for Python. Originally written by W. Michael Petullo <mike@flyn.org> we adopted it to work with swipl 0.4. Also the returned data structures are much better.
Maintainer
Version
- stable
- 02
Details
Pylog is an interface to SWI Prolog for Python. Originally written by W. Michael Petullo
Also the returned data structures are much better. For example if Prolog returns a list, this list will be converted into a python list while contained atoms are converted into strings. This should also work with nested lists and lists containing structures ([foo(a, b), foo(d, e)]).