Re: Python BuildFile functionality

2009-08-07 Thread Kenton Varda
Well, note that soon (hopefully in the next major release after 2.2.0 -- we actually have someone actively working on it now) the Python implementation will be able to wrap C++ classes for better performance. At that point it will probably be easy to accomplish what you want by handing off most

Re: Python BuildFile functionality

2009-08-07 Thread Kenton Varda
On Fri, Aug 7, 2009 at 1:54 PM, Scott Stafford scott.staff...@gmail.comwrote: Interesting... Are you using SWIG to wrap the C++? No, straight C extensions. (SWIG is just a code generator that generates C extensions.) Would you have to actually compile something to use a message in