Python wrapper for C++ STL?
Rainer Deyke
root at rainerdeyke.com
Fri Dec 8 19:54:43 EST 2000
More information about the Python-list mailing list
Fri Dec 8 19:54:43 EST 2000
- Previous message (by thread): Python wrapper for C++ STL?
- Next message (by thread): Python wrapper for C++ STL?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Edward C. Jones" <edcjones at erols.com> wrote in message news:3A31760E.D157EB54 at erols.com... > Has anyone written a Python wrapper for the C++ Standard Template > Library? Why would anybody want to? Python provides most STL fnctionality natively. Such a wrapper would need to constantly translate C++ exceptions to Python exception and vice versa, making the wrapper be more trouble than it's worth. -- Rainer Deyke (root at rainerdeyke.com) Shareware computer games - http://rainerdeyke.com "In ihren Reihen zu stehen heisst unter Feinden zu kaempfen" - Abigor
- Previous message (by thread): Python wrapper for C++ STL?
- Next message (by thread): Python wrapper for C++ STL?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list