Prolog Glue Language?

Fernando Pereira pereira at research.att.com
Thu Oct 14 21:47:17 EDT 1999


In article <000101bf1600$98d6faa0$ba2d153f at tim>, Tim Peters
<tim_one at email.msn.com> wrote:
> > The problem is, *it needs a glue language more than the languages that
> > already have a glue language* like C, C++, Java...
> >
> > What to do?
> 
> Wrap your Warren machine C++ engine in a Python extension module, or try to
> get the world interested in a brand new PrologScript language <0.9 wink>.
GNU Prolog <http://pauillac.inria.fr/~diaz/gnu-prolog/> can be called
from C, and is more conservative about memory management (that is, it
doesn't want to own memory), so it shouldn't be too difficult to make
it into a Python extension module. 

-- F




More information about the Python-list mailing list