[Python-Dev] Gradual migration

Barry Scott barry@scottb.demon.co.uk
Sat, 28 Oct 2000 12:14:45 +0100


> > We could make integrating C++ and Python easier through CXX or Py_Cpp.
> > Perhaps we should ship one of those with Python 2.1. Anyhow, integrating
> > C++ and Python is not really so hard, in my experience.

	Integrating C++ and Python well is hard in a general library.

	CXX tries to make objects that look and feel like Python objects.
	But to do that we have to figure out the details of how python uses
	objects. You have no docs on the subject so we read the source code.

		Barry
		CXX maintainer