Scripting C++ -- Boost.Python vs CORBA vs ???

Jason Orendorff jason at jorendorff.com
Fri Feb 22 16:31:20 EST 2002


Michael Hudson wrote:
> Parsing C++ is not much easier than compiling it, I believe.
> Templates!

Okay, but this is the kind of thing I don't understand:

  int* p1;   // OK
  int *p2;   // OK
  int * p3;  // OK
  int*p3;    // Cint parsing limitation, space character needed

## Jason Orendorff    http://www.jorendorff.com/




More information about the Python-list mailing list