MUD Game Programmming - Python Modules in C++

Ulrich Eckhardt eckhardt at satorlaser.com
Wed Oct 14 03:51:33 EDT 2009


Irmen de Jong wrote:
> [...] is there any reason why you would go the route of embedding python
> in C++ ? Why not just stick to (pure) Python? Embedding C or C++ stuff
> as extension modules in Python (if you really need to do this) is easier
> than the other way around, in my experience.

If you want to offer scriptability to your application, you obviously need
to embed a scripting language into your application, not the other way
around.

Uli

-- 
Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932




More information about the Python-list mailing list