Difference between revisions of "Foreign Function Interface"

From HaskellWiki
Jump to navigation Jump to search
(Created an introduction and a set of links)
(Added a link to "C and Haskell sitting in a tree…")
Line 8: Line 8:
 
* [http://research.microsoft.com/~simonpj/papers/marktoberdorf/ Tackling the awkward squad]
 
* [http://research.microsoft.com/~simonpj/papers/marktoberdorf/ Tackling the awkward squad]
 
* Blog article: [http://blog.danieroux.com/2007/01/01/simple-demonstration-of-haskell-ffi/ Simple demonstration of Haskell FFI]
 
* Blog article: [http://blog.danieroux.com/2007/01/01/simple-demonstration-of-haskell-ffi/ Simple demonstration of Haskell FFI]
  +
* Blog article: [http://therning.org/magnus/archives/238 C and Haskell sitting in a tree…]
 
* [[Applications and libraries/Interfacing other languages]]
 
* [[Applications and libraries/Interfacing other languages]]

Revision as of 10:58, 9 November 2008

The Foreign Function Interface (FFI) allows you to link Haskell programs to programs written in another language.

Select one of the following links for more information: