From: Jack A. <ef...@bi...> - 2001-01-20 05:59:27
|
Ype Kingma <yk...@xs...> wrote: > Sounds like you have doing the opposite of the java for python > jpe project. > python.dll: would this port to Unix? That is: is most of it > written in python? Did you perform reflection on the types > to get from jython to C? It's mostly Java with a bit of C glue code for JNI. It's an easy port to UNIX -- nothing but JNI and the Python API are called -- everything else is a bit of C or Java. > >Anyway, having proved to myself that I can get this far, I've lost > >motivation to complete it. If there's a demand for cyphon, I may polish > >it up a bit or if anyone can tell me the most convenient way to publish > >it, let me know. (it's only a few source files) > > I'm certainly interested in using it under Unix, but that will take > work. Would anyone have an idea how much? It's only half-a-dozen source files at this stage -- a small job. I'll send you the source. jack. |