Is it really so hard to make a Haskell library callable from Python? If you really need C linkage you can export a C interface from a Haskell program, couldn’t you just call that from Python?
We now have https://github.com/nh2/call-haskell-from-anything, but that didn’t exist in 2013
A serialization library (especially a performance-oriented one) probably shouldn’t be calling a serialization library.
Is it really so hard to make a Haskell library callable from Python? If you really need C linkage you can export a C interface from a Haskell program, couldn’t you just call that from Python?
We now have https://github.com/nh2/call-haskell-from-anything, but that didn’t exist in 2013
A serialization library (especially a performance-oriented one) probably shouldn’t be calling a serialization library.