Language wrappers

Curtis Jensen cjensen at bioeng.ucsd.edu
Thu Sep 21 11:02:42 EDT 2000


Cameron Laird wrote:
> 
> 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

There is f2py (FPIG) for Fortran (http://koer.ioc.ee/projects/f2py2e/).
There is also PyFort for Fortran also (Not sure of the URL).
Those are the only ones I know of besides SWIG.

-- 
Curtis Jensen
cjensen at bioeng.ucsd.edu
http://www-bioeng.ucsd.edu/~cjensen/
FAX (425) 740-1451



More information about the Python-list mailing list