So, while waiting for my wife in the beauty salon, got something basic working.
======= In [1]: import example In [2]: example.get_time() Out[2]: 'Sat May 14 14:58:35 2011\n' ======= I think it'll take me a few weeks to get it to the point of being really usable (need to add many more things, docs, etc.), but it should be very useful for PyPy and it seems C++ is doable as well. Darjus On Fri, May 13, 2011 at 3:41 PM, Amaury Forgeot d'Arc <amaur...@gmail.com> wrote: > 2011/5/14 Darjus Loktevic <dar...@gmail.com>: >> After looking at SWIG cffi example, it seems that adding basic support >> for PyPy ctypes should not be hard (no C++ support of course). I might >> play with it on the weekend. > > Nice! > But note that SWIG cffi can also wrap C++ classes... > > -- > Amaury Forgeot d'Arc > _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev