[Haskell] C++ bindings
Wolfgang Jeltsch
g9ks157k at acme.softbase.org
Fri Oct 12 10:22:36 EDT 2007
Hello,
what are good approaches for creating Haskell bindings to C++ libraries? The
most promising so far seems to create C wrappers around the C++ libraries and
then bind to them. Is it feasible to bind directly to C++ using ccall by
relying on some standardized C++ ABI? What about H/Direct? Are there any
other good ways?
Thank you for any hints.
Best wishes,
Wolfgang
More information about the Haskell
mailing list