[GUI] Example: Binding C++ to Haskell using the ffi

Manuel M T Chakravarty chak at cse.unsw.edu.au
Sun Mar 2 12:35:50 EST 2003


David Sankel <camio at yahoo.com> wrote,

> for the ffi people:
> 
> Has any though gone into cplusplus?  If so, how would
> it interface?  Would stubs on the c++ side be
> generated or would it use the code directly.

Interfacing in a clean and comprehensive way to OO languages
is hard.  For a discussion of some of the problems wrt to
typing, see

  http://research.microsoft.com/Users/simonpj/Papers/oo-haskell/

AFAIK, nobody is currently actively working on a FFI
extension for C++ or Java.

Cheers,
Manuel






More information about the FFI mailing list