mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
422f12414f
Submitted by: g.gonter@ieee.org
10 lines
376 B
Plaintext
10 lines
376 B
Plaintext
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: http://sourceforge.net/projects/pyprolog/
|