blob: 5aa5a3244cbbf5981757d7c2cf8b25c1c48ba91c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
A Python extension embedding SWI-Prolog
PyProlog is a Python extension that permits direct access to an
embedded PROLOG. The extension lends Python the efficient unification
and backtracking of PROLOG, and allows a programmer to instrument
Python classes with PROLOG code. Callbacks from PROLOG to Python are
also supported.
WWW: https://sourceforge.net/projects/pyprolog/
|