Foreign Function Interface: Difference between revisions

From HaskellWiki
(Added a link to "Safety first: FFI and threading")
No edit summary
Line 5: Line 5:
* The official description: [http://www.cse.unsw.edu.au/~chak/haskell/ffi/ The Haskell 98 Foreign Function Interface 1.0. An Addendum to the Haskell 98 Report]
* The official description: [http://www.cse.unsw.edu.au/~chak/haskell/ffi/ The Haskell 98 Foreign Function Interface 1.0. An Addendum to the Haskell 98 Report]
* [[FFI cook book]]
* [[FFI cook book]]
* [[FFI complete examples]]
* [[GHC/Using the FFI]]
* [[GHC/Using the FFI]]
* [http://research.microsoft.com/~simonpj/papers/marktoberdorf/ Tackling the awkward squad]
* [http://research.microsoft.com/~simonpj/papers/marktoberdorf/ Tackling the awkward squad]

Revision as of 23:28, 4 December 2010

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: