Martijn Faassen wrote: >> - for PyPy-JVM: bindings to allow the interaction with arbitrary Java >> libraries, threading support > > Does this already exist for PyPy-CLR?
yes, but it's more or less only a proof of concept. You can use .NET classes from Python but you can't, e.g., inherit from a .NET class and override a method in Python. Also, I suspect it to be a bit slow since it's mostly implemented at application level, though maybe this is not an issue. My personal plan is to port this feature to pypy-jvm soon or later; it will be even possible to share most of the code between the two backends, I think. ciao Anto _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
