[Haskell-cafe] Re: Newbie Question: Using Haskell Functions in a C Program

Achim Schneider barsoap at web.de
Thu May 8 18:28:00 EDT 2008


Philip Müller <mail at philip.in-aachen.net> 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. 



More information about the Haskell-Cafe mailing list