Re: Translate Cpp into python code

2006-04-18 Thread Fulvio
Alle 21:36, lunedì 17 aprile 2006, Ravi Teja ha scritto: > If you are looking for ways to access C++ code in Python, there are > several (Boost, SIP, CXX, SWIG, Weave etc). This way I knew about it. > People usually convert higher level languages to lower level > languages for performance

Re: Translate Cpp into python code

2006-04-17 Thread Ravi Teja
If you are looking for ways to access C++ code in Python, there are several (Boost, SIP, CXX, SWIG, Weave etc). Unless your needs are somehow unique, this is the preferred approach. People usually convert higher level languages to lower level languages for performance (For example Python to C+

Translate Cpp into python code

2006-04-17 Thread Fulvio
Hi there, I'd like to ask if is there any tool that's able to parse C++ code and convert it into Python script? Probalby entirely would be difficult, but a good percentage I think it would be possible and the remain asking to the user what to do. F -- http://mail.python.org/mailman/listinfo/py