Foreign Function Interface: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 10: | Line 10: | ||
* Blog article: [http://therning.org/magnus/archives/238 C and Haskell sitting in a tree…] | * 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]] | ||
* [http://vis.renci.org/jeff/2009/07/10/c2hs-example-to-save-other-people-frustration/ C2HS example: To save other people frustration] (blog) |
Revision as of 18:35, 12 July 2009
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:
- FFI Introduction
- The official description: The Haskell 98 Foreign Function Interface 1.0. An Addendum to the Haskell 98 Report
- FFI cook book
- GHC/Using the FFI
- Tackling the awkward squad
- Blog article: Simple demonstration of Haskell FFI
- Blog article: C and Haskell sitting in a tree…
- Applications and libraries/Interfacing other languages
- C2HS example: To save other people frustration (blog)