Difference between revisions of "Foreign Function Interface"

From HaskellWiki
Jump to navigation Jump to search
m
(Added a link to page "Cxx foreign function interface")
Line 11: Line 11:
 
* [[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)
 
* [http://vis.renci.org/jeff/2009/07/10/c2hs-example-to-save-other-people-frustration/ C2HS example: To save other people frustration] (blog)
  +
* [[Cxx foreign function interface]]; how to link to a C++ library

Revision as of 17:18, 7 August 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: