Language wrappers

Cameron Laird claird at starbase.neosoft.com
Thu Sep 21 10:03:11 EDT 2000


In article <8qcura$hsa$1 at nnrp1.deja.com>,
Jordi Inglada  <jordi.inglada at ieee.org> wrote:
>Hi all,
>
>I am looking for modules which wrap other languages son they can be used
>in python scripts. I am thinking about using a prolog kernel or a
>clisp inference engine, though others are also welcome (scheme, haskell,
>...).
>
>I have seen something like this for clips at
><http://starship.python.net/crew/gandalf/DNET/AI/> but it looks like
>it works for old versions of python.
>
>I guess one solution would be using SWIG to generate de bindings for
>those which are written in C (GNUProlog, for instance), but I wouldn't
>want to re-invent de wheel!!
			.
			.
			.
I occasionally collect notes on this subject at
<URL:http://starbase.neosoft.com/~claird/comp.lang.misc/polyglot.html>.
I'm a bit behind just now; maybe in October I'll fold in more of what
I've collected ...

The good news is that several comp.lang.python regulars have thought
deeply about this.  Other follow-ups might soon appear.
-- 

Cameron Laird <claird at NeoSoft.com>
Business:  http://www.Phaseit.net
Personal:  http://starbase.neosoft.com/~claird/home.html



More information about the Python-list mailing list