Hello, Is anybody aware about the development status of PHI Python Haskell Interface Any time when I want to access I get a timeout http://page-208.caltech.edu/phi/ Any feedback welcomed Rgds Gottfried
"Gottfried F. Zojer" <goenzoy@web.de> writes:
Hello, Is anybody aware about the development status of PHI Python Haskell Interface Any time when I want to access I get a timeout
http://page-208.caltech.edu/phi/
Any feedback welcomed
I don't know anything about PHI, but there's a tool called missingpy that might do what you want: http://quux.org/devel/missingpy ------------------------- What is MissingPy? ------------------------- It's two things: 1. A Haskell binding for many C and Python libraries for tasks such as data compression, databases, etc. This can be found in the MissingPy module tree. 2. A low-level Haskell binding to the Python interpreter to enable development of hybrid applications that use both environments. This can be found in the Python module tree. The Haskell bindings above use this environment. MissingPy permits you to call Python code from Haskell. It does NOT permit you to call Haskell code from Python. peace, isaac
On 2005-08-20, Gottfried F. Zojer <goenzoy@web.de> wrote:
Any time when I want to access I get a timeout
"page" is a Caltech House. I'm guessing a student was hosting this project on his computer, but has moved to another room or shut off his computer for some reason. Possibly for the summer: the Caltech academic year resumes in September. (I don't know why he didn't put it up on of the clusters available there -- ITS probably has enough quota, and I'm sure UGCS would be willing to up his quota accordingly.) -- Aaron Denney -><-
participants (3)
-
Aaron Denney -
Gottfried F. Zojer -
Isaac Jones