[pypy-dev] Python FFI
Armin Rigo
arigo at tunes.org
Wed May 30 15:30:47 CEST 2012
Hi Robert,
On Tue, May 29, 2012 at 3:49 PM, Robert Zaremba <robert.zaremba at zoho.com> wrote:
> Whats the problem with cppyy?
> Why don't extend it rather than build new solution based on pycparser?
Once again the design goals are different. Note that the first mail
in this thread was 15 days ago. During this time we got a working
prototype. I'm sure that it would have taken us 15 days too to even
figure out how to correctly interface with cppyy, not to mention that
it requires a C++ compiler and --- as far as I know --- cannot handle
some of the most C-specific ways headers are written, like (ab)uses of
macros.
A bientôt,
Armin.
More information about the pypy-dev
mailing list