On Feb 14, 12:14 pm, "Diez B. Roggisch" <de...@nospam.web.de> wrote:
>
> The answer is easy: if you use C, you can use ctypes to create a wrapper
> - with pure python, no compilation, no platform issues.
>
> Which IMHO makes a strong point for C - if you need OO, it's bolted on
> easily using Python itself, by creating some nice wrapper classes.
>

Thanks for the replies, everyone.

After posting I went back and reviewed some of my old C books as well
as the C++ ones. It's interesting and instructive to look back at C++
after you've used languages like Python for a while. I'd forgotten how
complicated C++ code can get.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to