Philip Müller <[EMAIL PROTECTED]> wrote:

> Is there a way to write some of the functions in Haskell and then use 
> them in my C code via some kind of interface?
> 
The beast you are looking for is called the FFI: Foreign Function
Interface.

C doesn't make IO any easier, though. More verbose and low-level, I
would say.


-- 
(c) this sig last receiving data processing entity. Inspect headers for
past copyright information. All rights reserved. Unauthorised copying,
hiring, renting, public performance and/or broadcasting of this
signature prohibited. 

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to