Re: [Freeciv-Dev] Extension language for AI
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Sun, 3 Jan 1999, Falk Hueffner wrote:
> I have written the start of a client AI, and I am exactly at the point
> where I'm considering to use an extension language.
>
> The code I have till now is written in C++, simply because it's fast
> and supports object-orientation and I know it well.
>
> But for flexible code, changable at runtime, it is not really well
> suited. So I considered Python, because it is also OO and would
> probably fit well into the existing code.
>
> I guess I'll first start with some C++ code to get started quicker ;)
>
>
> --
> Falk Hueffner <falk.hueffner@xxxxxxxxxxxxxxxxxxxxxxxx>
>
>
That's great! Did you know that Python can be imbedded inside your C++
program? It very much possible. Check out
www.python.org/doc/ext/ext.html for imformation on allowing python to use
C/C++ functions and vice versa. Very interesting stuff. I would be
interested in doing the actual imbedding of the python interpreter into
the C++ code.
Will Stockwell
waldo@xxxxxxxxxxxxxx
http://www.antisocial.net/waldo
- Re: [Freeciv-Dev] AI client, (continued)
- Re: [Freeciv-Dev] AI client, Falk Hueffner, 1999/01/01
- Re: [Freeciv-Dev] AI client, Reinier Post, 1999/01/01
- Re: [Freeciv-Dev] AI client, Mitch Davis, 1999/01/01
- Re: [Freeciv-Dev] AI client, Nick Lamb, 1999/01/02
- [no subject], W Stockwell, 1999/01/02
- [Freeciv-Dev] Re: your mail, Lalo Martins, 1999/01/02
- Re: [Freeciv-Dev] Re: your mail, W Stockwell, 1999/01/02
- Re: [Freeciv-Dev] Re: your mail, Lalo Martins, 1999/01/02
- Re: [Freeciv-Dev] Re: your mail, W Stockwell, 1999/01/03
- [Freeciv-Dev] Extension language for AI, Falk Hueffner, 1999/01/02
- Re: [Freeciv-Dev] Extension language for AI,
W Stockwell <=
|
|