Re: [pypy-dev] PyPy C API

2012-07-22 Thread Stefan Behnel
Amaury Forgeot d'Arc, 20.07.2012 22:28: > 2012/7/20 Alexander Pyattaev: >> I think that most of the end-users would not care much and would use SWIG >> anyway, because it is simple to do and scalable. So whatever API you decide >> to go with, the only real problem will be to make a swig wrapper lib

Re: [pypy-dev] PyPy C API

2012-07-20 Thread Amaury Forgeot d'Arc
2012/7/20 Alexander Pyattaev : > I think that most of the end-users would not care much and would use SWIG > anyway, because it is simple to do and scalable. So whatever API you decide > to go with, the only real problem will be to make a swig wrapper library for > that and about 80% of application

Re: [pypy-dev] PyPy C API

2012-07-20 Thread Alexander Pyattaev
I think that most of the end-users would not care much and would use SWIG anyway, because it is simple to do and scalable. So whatever API you decide to go with, the only real problem will be to make a swig wrapper library for that and about 80% of applications that use SWIG would not even need any

Re: [pypy-dev] PyPy C API

2012-07-17 Thread Stefan Behnel
Armin Rigo, 14.07.2012 10:35: > On Tue, Jul 10, 2012 at 7:57 PM, Amaury Forgeot d'Arc wrote: >> Do you have an idea what this API would look like? >> Then I can help with the implementation :) > > If we want to go down this path without caring for compatibility with > CPython's C API, but instead

Re: [pypy-dev] PyPy C API

2012-07-14 Thread Ronny Pfannschmidt
On 07/14/2012 10:35 AM, Armin Rigo wrote: Hi Amaury, On Tue, Jul 10, 2012 at 7:57 PM, Amaury Forgeot d'Arc wrote: Do you have an idea what this API would look like? Then I can help with the implementation :) If we want to go down this path without caring for compatibility with CPython's C A

[pypy-dev] PyPy C API

2012-07-14 Thread Armin Rigo
Hi Amaury, On Tue, Jul 10, 2012 at 7:57 PM, Amaury Forgeot d'Arc wrote: > Do you have an idea what this API would look like? > Then I can help with the implementation :) If we want to go down this path without caring for compatibility with CPython's C API, but instead focusing on what gives the