> there's been some discussion on Jython lists and some experimenting > by JRuby > people to use JNA (https://jna.dev.java.net/ ) which is a sort of > ctypes for java, > for this sort of purposes.
This is perfect! I just tried it out and it worked very well. >> For things like the socket module I guess it would make more sense >> to use some high-level java api that is more readily available. >> >> > yes, also there's been lot of recent work in Jython to use java.nio > to get select etc > functionality in Jython. Is probably worth to look at it. Definitely it makes sense where possible to use higher-level Java APIs. Niko _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
