I want to use some Haskell libraries (e.g. Darcs, Pandoc) from Python, but it seems there’s no direct foreign function interface to Haskell in Python. Is there any way to do
For pandoc, at least, you can use these C bindings: https://github.com/toyvo/libpandoc