We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Python 3 implementation in Haskell (very incomplete): https://github.com/bjpop/berp/wiki/Developing-Berp
Summer of code project: http://hackage.haskell.org/trac/summer-of-code/ticket/1547
Python FFI (ctypes): http://docs.python.org/library/ctypes.html
Allows calling python code from Haskell: http://gopher.quux.org:70/devel/missingpy
Buliding Python modules in C: http://docs.python.org/extending/extending.html
Dynamically load Haskell modules in Haskell: http://dl.acm.org/citation.cfm?id=1017472.1017478