thanks markacy, very thanks for your helpful reply.
--
http://mail.python.org/mailman/listinfo/python-list
On Dec 2, 12:56 pm, farsheed <[EMAIL PROTECTED]> wrote:
> I,m looking for a tool for converting c++ to python. Any Ideas?
> TIA.
Try this:
http://www.archaeologyinfo.com/homosapiens.htm
(note, probably you'll need the PRO-PLUS version)
:-)
--
http://mail.python.org/mailman/listinfo/python-
On 2 Gru, 15:56, farsheed <[EMAIL PROTECTED]> wrote:
> I,m looking for a tool for converting c++ to python. Any Ideas?
> TIA.
What about SWIG (http://www.swig.org/) or Boost.Python (http://
www.boost.org/libs/python/doc/)? These are not converters, but I hope
this helps you.
Cheers,
Marek
--
ht
farsheed schrieb:
> I,m looking for a tool for converting c++ to python. Any Ideas?
Python to C++ - that's shedskin. But the other way round, you don't
stand a chance. The semantics of C++ are so rich - even _if_ somebody
would try and create a C++2python-converter, the result would be less
th