> There's the new unified FFI, using the "foreign" keyword. I believe,
> there's a reference to the FFI paper from www.haskell.org.

Yes, the new STG Hugs, for which Linux and Win32 preview versions are
already available, supports foreign import/foreign export, so you
can not only call C from them, but also wrap up arbitrary 
Haskell functions so they can be called from outside.  Quite handy!

J

Reply via email to