sarvi, 03.09.2010 07:30:
It should technically be possible to allow Python to call a module
written in RPython?

What's "Python" here? CPython? Then likely yes. I don't see a benefit, though.


It should also compile RPython to a python module.so right?

Why (and how) would CPython do that?

If you want a binary extension module for CPython, you can try to push the RPython module through Cython. However, in that case, you wouldn't be restricted to RPython in the first place.

Stefan

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to